Which is the correct output?
#include <stdio.h>
void main()
{
int i = 0;
for (i = 0;i < 5; i++)
if (i <4)
{
printf("A");
break;
}
}
Answers
Answered by
1
Answer:
for (i = 0;i < 5; i++)
I hope it's help you please like and vote this question and mark on brain list please follow me
Similar questions
Computer Science,
4 months ago
Math,
9 months ago
Math,
9 months ago
English,
1 year ago
History,
1 year ago