P
Q. Determine Output
#define int char void main() { int i = 65; printf("sizeof(i)=%d", sizeof(i)); }
Since the #define replaces the string int by the macro char.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What is the output of C program with structure array pointers?
Q. Choose a correct statement about Recursive Function in C language.
Q. What is the output of C Program with recursive function?
Q. What is the output of C Program?
Q. Can you use C Modulo Division operator % with float and int?
Q. What will be output for the following code?
Q. What is the output of the C Program?
Q. Which is Bit Toggling operator below.?
Discusssion
Login to discuss.