Q. 3) How many times following
code will print "Engineer" ?
#include <stdio.h>
int main()
{
int i;
for(i=0;i<=5;i++)
{
printf("Engineer\n");
}
return 0;
}
Answers
Answered by
0
Answer:
only one time it will be print " Engineer " ok thank you and plzz mark me as a brainlist
Similar questions
India Languages,
3 months ago
English,
3 months ago
Chemistry,
6 months ago
Physics,
6 months ago
Science,
11 months ago
Math,
11 months ago
Computer Science,
11 months ago