Question:What will be output when you will execute following c code?
#include<stdio.h>
void main(){
    int m=5,n=10,q=20;
    if(q/n*m)
         printf("William Gates");
    else
         printf(" Warren Buffet");
         printf(" Carlos Slim Helu");
}
Choose all that apply: 

A William Gates 

B Warren Buffet Carlos Slim Helu 

C Run time error 

D Compilation error 

E None 

+ Answer
+ Explanation
+ Report
Total Preview: 744

Copyright © 2024. Powered by Intellect Software Ltd