R
Q. What is the output of the C Program.?
int main() { if( 4 > 5 ) { printf("Hurray..\n"); } printf("Yes"); 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 is the output of C Program?
Q. Which of the following is an invalid if-else statement?
Q. What is the name of "&" operator in C?
Q. Size of a GCC or Visual Studio C Compiler is.?
Q. Which option should be selected to work the following C expression?
Q. What will be the output of this code?
Q. Which of the following type-casting can be “wrapped”?
Discusssion
Login to discuss.