What error will occur while running the following program? void main() { int const *t=8; printf(%d,++(*t)); }
Reveal answer
Fill a bubble to check yourself
What error will occur while running the following program? void main() { int const *t=8; printf(%d,++(*t)); }