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. Where are the local variable stored ?
Q. What happens in the memory with the following code?
Q. The following code is an example of?
Q. The correct syntax for running two variable for loop simultaneously is
Q. What will be the data type returned for the following C function?
Discusssion
Login to discuss.