What will be output of the code if all other terms are assumed correct in C language? int age=17; (age>=18)? printf( I can vote.) : printf( I cannot vote.);
Reveal answer
Fill a bubble to check yourself
What will be output of the code if all other terms are assumed correct in C language? int age=17; (age>=18)? printf( I can vote.) : printf( I cannot vote.);