What would be the output of the following program? main() { int y=128; const int x=y; printf("%d",x); }

A) 128
B) Garbage value
C) Error
D) 0

Showing Answers 1 - 2 of 2 Answers

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions