Report - C Questions The program output may depend on the ... · void main() { int const * p=5; printf("%d",++(*p)); } Answer: Compiler error: Cannot modify a constant value. Explanation :

Please pass captcha verification before submit form