M
Q. Output is:
#include <stdio.h> void main() { int x = 1, y = 0, z = 5; int a = x && y && z++; printf(“%d”, a); }
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 will be output of the following c code?
Q. Which of the following is NOT declared in string.h ?
Q. The rule for implicit type conversion is
Q. Which of the following is not an iterative statement?
Q. while declaring parameters for main, the second parameter argv should be declared as
Q. What is the output of C program with array of pointers to strings.?
Q. Name the loop that executes at least once.
Q. Which of the following correctly represents a long double constant?
Discusssion
Login to discuss.