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. What type of array is generally generated in Command-line argument?
Q. Arguments received by a function in C language are called ___ arguments.
Q. In below program, what would you put in place of “?” to print “Quiz”?
Q. What is the other name for C Language ?: Question Mark Colon Operator.?
Q. What is the output of C Program with arrays?
Q. Which of the following symbol is used to denote a pre-processor statement?
Q. scanf() is a predefined function in______header file.
Q. A multidimensional array of dimension N is a collection of
Discusssion
Login to discuss.