R
Q. What will be output of the following c code?
void main(){ int a,b; a=1,3,15; b=(2,4,6); clrscr(); printf(“%d “,a+B.; getch(); }
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 the collection of different data types?
Q. What is the return type of malloc() or calloc()?
Q. What is the output of C Program.?
Q. An _______ is a fixed size sequence collection of elements of the same data type
Q. What is the result of Right Shift Operator >> on (00110000>>2)?
Q. Which of the following typecasting is accepted by C language?
Q. What is the disadvantage of arrays in C?
Q. What is the Priority among (*, /, %), (+, -) and (=) C Operators.?
Q. What is the output of Bitwise OR operation | on (0110 | 1100).?
Discusssion
Login to discuss.