main() { int a; int *p1 , * p2 , *p3; p1 = &a; p2 = p1; p3 = p2; }
What do i get the output as 3. Since there are 3 pointers holding the value of the variable 'a'.
برچسب: نویسنده: استخدام کار تاريخ: شنبه 18 ارديبهشت 1395 ساعت: 18:27