Find the output of the following expression. #include<stdio.h> #iinclude<conio.h> void main() { int x=5 , y; y = ++x; printf(%d , y); }
Reveal answer
Fill a bubble to check yourself
Find the output of the following expression. #include<stdio.h> #iinclude<conio.h> void main() { int x=5 , y; y = ++x; printf(%d , y); }