Y
Q. Which part of the program address space is p stored in the following C code?
#include <stdio.h> int *p; int main() { int i = 0; p = &i; return 0; }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. C Language is a successor to which language?
Q. Choose a correct statement about C Function.?
Q. What will be the output of the following code snippet?
Q. What is the return type of the fopen() function in C?
Q. Can we declare function inside structure of C Programming?
Q. What will be the output of the following code snippet?
Q. Which of the following statement is True?
Discusssion
Login to discuss.