Question:What will be output when you will execute following c code?
#include<stdio.h>
void main(){
    if('\0');
    else if(NULL)
         printf("cquestionbank");
    else;
}
Choose all that apply: 

A cquestionbank 

B It will print nothing 

C Warning: Condition is always true 

D Warning: Unreachable code 

E Compilation error: if statement without any body 

+ Answer
+ Explanation
+ Report
Total Preview: 662

Copyright © 2024. Powered by Intellect Software Ltd