R
Q. What will be the output of following program ?
#include main() { int x,y = 10; x = y * NULL; printf(“%d”,x); }
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. When double is converted to float, then the value is?
Q. Identify wrong C Keywords below.
Q. What will be output for the following code?
Q. C Language developed at _____?
Q. Which of the following statements about stdout and stderr are true?
Q. goto can be used to jump from main to within a function?
Q. what is the purpose of ftell ?
Q. What is the correct syntax to declare a pointer to a constant?
Discusssion
Login to discuss.