Home / Programming MCQs / C Programming MCQs / Question
R
Q. What will be output of the following c code?
void main(){ int huge*p=(int huge*)0XC0563331; int huge*q=(int huge*)0xC2551341; *p=200; printf(“%d”,*q); }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Which compilation unit is responsible for adding header files content in the source code?
How many bytes are occupied by near, far and huge pointers (DOS)?
How many keywords are there in C language?
function tolower(c) defined in library <ctype.h> works for
What is the output of the following C program?
Which of the declaration is correct?
What will be the output of the following C code?
Which data type is most suitable for storing a number 65000 in a 32-bit system?
Discusssion
Login to discuss.