Question 2 How many times the following code prints the string “hello”. for(i=1;i<=1000; i++); printf(“hello”); 1000 Zero 20 A Moving to another question will save this response. Question 5 What is the output of the following code #include<stdio.h> maino int n = 0, m-1; do printf(“%d”, m); m++; while(m<=n); co 2 Moving to another question will save this response. 25 Show transcribed image text Question 2 How many times the following code prints the string “hello”. for(i=1;i
Expert Answer
Answer to Question 2 How many times the following code prints the string “hello”. for(i=1;i…