Computer Science, asked by akashkumarnath77, 9 months ago

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 naveenjoshi01974
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