R
Q. What is the output of the C Program?
int main() { int a=0; a = 10 + 5 * 2 * 8 / 2 + 4; 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 of the following is a User-defined data type?
Q. In which version of C language, the C++ Style comment (//) are introduced?
Q. What is the output of C Program with switch statement.?
Q. What kind of files can be created with C programming?
Q. Choose a correct statement about a C Multidimensional array.
Q. An uninitialized pointer in C is called ___
Q. It is not possible to create an array of pointer to structures.
Discusssion
Login to discuss.