πŸ“Š C Programming
Q. What will be output of the following c code?
Code:
void main(){
int huge*p=(int huge*)0XC0563331;
int huge*q=(int huge*)0xC2551341;
*p=200;
printf(“%d”,*q);
}
  • (A) 0
  • (B) 200
  • (C) null
  • (D) Garbage value
πŸ’¬ Discuss
βœ… Correct Answer: (B) 200

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
172
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
84%
Success Rate