What will be output if you will execute the following c code?
- 0
- It will be difference of a and b
- It will be addition of a and b
- Compilation error
Answer: 4. Compilation error
Explanation:
Register variables are stored in the CPU. So it has not a memory address. Hence it is incorrect to write &a.
0 comments:
Post a Comment