Computer Science, asked by Kavyagrvk8697, 11 months ago

Ques. How many times the below loop will be executed? #include int main() { int i; for(i=0;i<5;i++) printf("hello\n"); }

a.5

b.1

c.0

d.3

Answers

Answered by Akash02
0
0
compiletime error: u didn't include standard library..
Similar questions