Saturday 23 January 2010

If else questions in c







If
else or control flow objective type questions and answers with explanation in c
language for written test or interview









1.








What will be output when you will execute following c code?











#include





void main(){





    int a=5,b=10,c=1;





    if(a&&b>c){





No comments:

Post a Comment