R
Q. What is the output of the C Program.?
int main() { int a=0; a = 5>2 ? printf("4"): 3; printf("%d",a); 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. What does the following declaration mean? int (*ptr) [10];
Q. What is the Priority of C Logical Operators.? NOT (!), AND (&&) and OR (||)
Q. What is default storage class of variables in C language?
Q. What is the need for closing a file in C language?
Q. What will be the output of the following C code?
Q. What is the output of C Program with pointers.?
Q. What is the output of C program with array of pointers to strings?
Q. Which function is used to seek the file pointer position in C?
Discusssion
Login to discuss.