Y
Q. Comment on the output of following C code.
#include <stdio.h> main() { char *p = 0; *p = 'a'; printf("value in pointer p is %c\n", *p); }
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. Which of these statements is correct in case of while loop in C?
Q. In a passage of text individual words and punctuation marks are called
Q. What will be the output of the following C code?
Q. What will be the output of the following C code?
Q. How many main() function we can have in our project?
Q. Choose correct statement about C array pointers.
Q. C program is a combination of?
Q. Specify the 2 library functions to dynamically allocate memory?
Discusssion
Login to discuss.