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
Be the first to start discuss.
Q. What is the Priority among (*, /, %), (+, -) and (=) C Operators.?
Q. Output of the following program
Q. Which gcc flag is used to genarate debug information for any binary file?
Q. For 16-bit compiler allowable range for integer constants is ______ ?
Q. The first and second arguments of fopen() are
Q. Does C language support object-oriented approach?
Q. When we mention the prototype of a function?
Discusssion
Login to discuss.