Give output of the following int i=1,j=1; j++; if (i==11) cout<<' its eleven' ; else cout<<' its not eleven ';
Reveal answer
Fill a bubble to check yourself
Give output of the following int i=1,j=1; j++; if (i==11) cout<<' its eleven' ; else cout<<' its not eleven ';