Computer Science, asked by mirha42, 3 months ago

#include<stdio.h>

void main()

{

int ascii[5]={97,98,99,100,101};

for(int i=0;i<5;i++)

printf(“%c\t”,ascii[i]);

}

please don't answer unnecessarily i need help fast​

Answers

Answered by pragati5221stella
2

Answer:

command in Q564 is used to come out of a loop before the expected number

of executions.

Similar questions