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 is the output of C Program?
Q. Predict the data type of the following mathematical operation? 2 * 9 + 3 / 2 . 0
Q. When the condition of the do-while loop is false, how many times will it execute the code?
Q. What is the other name for C Language ?: Question Mark Colon Operator.?
Q. What is the size of int type?
Q. How many punctuation characters are allowed in C language?
Q. What is the output of the following code snippet?
Discusssion
Login to discuss.