R
Q. What is the output of C Program.?
int main() { int a=5, b=8; if( a==5 && (b=9) ) { printf("Gorilla Glass="); } printf("%d %d", a, b); 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 is/are the disadvantage(s) of C language?
Q. What is the output of C program with array of pointers to strings?
Q. What will be the value of the following assignment expression?
Q. What is the output of C Program with Switch Statement.?
Q. The Default Parameter Passing Mechanism is called as
Q. What will be the output of the following code snippet?
Q. Which of these is a valid preprocessor in C?
Discusssion
Login to discuss.