Point out the error in the following program main() { const int x; x=128; printf("%d",x); }

X should have been initialized where it is declared.

This question is related to Sonata Interview

Showing Answers 1 - 1 of 1 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