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. What is the similarity between enum and struct ?
Q. Arguments passed to a function in C language are called ___ arguments.
Q. Which compilation unit is responsible for adding header files content in the source code?
Q. Size of the array need not be specified, when
Q. What is the output of this program?
Q. What will be the output of the following C code?
Q. How many whitespace characters are allowed in C language?
Discusssion
Login to discuss.