R
Q. What is the output of C Program with functions and pointers.?
int main() { int b=25; //b memory location=1234; int *p = b; printf("%d %d", b, p); 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. For 16-bit compiler allowable range for integer constants is ______ ?
Q. which of the below has the highest precision?
Q. What is the output of C program with strings?
Q. Which of the following is the correct output for the program given below?
Q. Forward declaration is absolutely necessary
Q. What will be the output of the following code snippet?
Q. What will be printed by the C program?
Q. What is the output of this program?
Q. What number system is not understood by C language compiler directly?
Discusssion
Login to discuss.