Question:What will be output of the following c program?
#include<stdio.h>
int main(){
int goto=5;
printf("%d",goto);
return 0;
}
 

A 5 

B 10 

C 20 

D Compilation error 

E None 

+ Answer
+ Explanation
+ Report
Total Preview: 739

Copyright © 2025. Powered by Intellect Software Ltd