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

Verified
Correct Answer:
Verified
Related Questions
Q15: In Array, There is one to one
Q16: Array with last element 'n' will always
Q17: Smallest element of an array is called
Q18: Which gcc flag is used to enable
Q19: Array is _ data type in C
Q21: Array is an example of _ type
Q22: Will compiler produce any compilation error if
Q23: Address stored in the pointer variable is
Q24: Set of consecutive memory locations is called
Q25: What is output of below program?<br>Int main()<br>{<br>Int