Multiple Choice
What is output of below program?
Int main()
{
Int i;
For(i=0; i<5; ++i++)
{
Printf("Hello") ;
}
Return 0;
}
A) Hello is printed 5 times
B) Compilation Error
C) Hello is printed 2 times
D) Hello is printed 3 times
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q20: What is output of below program?<br>Int main()<br>{<br>For(;
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
Q26: What is the following is invalid header
Q27: Pointer variable is declared using preceding _
Q28: What is maximum dimension that array can
Q29: What should be the output of below
Q30: which of the following is the best