Question:What will be output when you will execute following c code?
#include<stdio.h>
void main(){
    if(sizeof(void))
         printf("M. Muralilidaran");
    else
         printf("Harbhajan Singh");
}
 

A M. Muralilidaran 

B Harbhajan Singh 

C Warning: Condition is always false 

D Compilation error 

E None of the above 

+ Answer
+ Explanation
+ Report
Total Preview: 781

Copyright © 2024. Powered by Intellect Software Ltd