Wat will be output if you will compile and execute the following c code?void
main(){int huge*p=(int huge*)OXC0563331;int huge*q=(int
huge*)OxC2551341;*p=200;printf("%d",*q); }
O
(a)0
(b)Garbage value
O (c)null
0 (d) 200
(e)Compiler error
Answers
Answered by
2
Answer:
D
Explanation:
OK MARK ME AS BRAINLIST
Similar questions