What will be the output of following program code? #include<stdio.h> main() {int a=10,b=12,c=0; if(!(a>5&&c)) { printf(%d,a!=6&&b>5); printf(%d,a==10||b<15&&c<1); } else printf(If expression is wrong);}
Reveal answer
Fill a bubble to check yourself