R
Q. The following code is an example of?
double da = 4.5; double db = 4.6; double dc = 4.9; //explicitly defined by user int result = (int)da + (int)db + (int)dc; printf(""result = %d"", result);
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. The statement print f ("%d", 10 ? 0 ? 5 : 1 : 12); will print?
Q. The ________ operator is true only when both the operands are true.
Q. What is the output of C Program with functions?
Q. What will be the output of the following C code?
Q. What is the output of C program with String arrays?
Q. Choose a statement to use C If Else statement.
Discusssion
Login to discuss.