R
Q. What is the value of “y” in this code?
#include <stdio.h> void main() { int y = 5.3 % 2; printf("The value of y is %d", y); }
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 ways are correct to comment out preprocessing of any line?
Q. What is the output of this C code?
Q. Right Shift operation >> is equivalent to ?
Q. What will be the output of the following statement ?
Q. What will be the output of the following C function?
Q. What are the types of linkages?
Q. The C-preprocessors are specified with _________ symbol.
Q. What is the value of an array element which is not initialized?
Discusssion
Login to discuss.