R
Q. What is the output of the C Program?
int main() { int a= 3 + 5/2; 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. Which among the following is a Global Variable?
Q. If we pass an array as an argument to a function, what actually gets passed?
Q. Which keyword is used to define a union?
Q. Variable names beginning with underscore is not encouraged. Why?
Q. What will be the output of the following statements ?
Q. In which version of C language, the C++ Style comment (//) are introduced?
Discusssion
Login to discuss.