Multiple Choice
What is the output of below program?
Int main()
{
For(; ;)
For(; ;)
Printf("Hello..") ;
Return 0;
}
A) Compilation Error
B) Runtime Error
C) Hello is printed one time
D) Hello is printed infinite times
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q38: Which gcc flag is used to generate
Q39: To print a single character in ouptut,which
Q40: What is true about fputs function<br>A)write to
Q41: In order to fetch the address of
Q42: Which macro is used to insert assembly
Q44: How many loops are there in C<br>A)1<br>B)2<br>C)3<br>D)4
Q45: If 'a' is the integer which is
Q46: What is storage class for variable A
Q47: #include "stdio.h"<br>Int main()<br>{<br>Int a = 10;<br>Printf("%d", a);<br>Int
Q48: C is a _ language<br>A)Platform independent programming<br>B)Platform