Warning: implode(): Invalid arguments passed in /www/wwwroot/jobquiz.info/mdiscuss.php on line 336 What will be the output of the program If the integer is 4bytes long? #include<stdio.h> int main() { int r, q, p, i=8; p = &i; q = &p; r = &q; printf("%d, %d, %d\n", p, q, r); return 0; } ?->(Show Answer!)
1. What will be the output of the program If the integer is 4bytes long? #include<stdio.h> int main() { int r, q, p, i=8; p = &i; q = &p; r = &q; printf("%d, %d, %d\n", p, q, r); return 0; }