R
Q. What is the output of the C Program?
int main() { int a=0; a = 10 + 2 * 12 / 3 * 2 + 5; 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. Can we place comments between the statement to comments a part of the code?
Q. What is the output of C Program with functions?
Q. Where in C the order of precedence of operators do not exist?
Q. To represent hierarchical relationship between elements, which data structure is suitable?
Q. What is true about strftime function?
Q. how many storage classes in c?
Q. Which function receives value from the key board
Q. What will be the output of the following code snippet?
Q. Functions can return enumeration constants in C?
Q. If a functions return type is not explicitly defined then it is default to ..........(in C)
Discusssion
Login to discuss.