Computer Science, asked by shashinisaraswathi21, 1 month ago

here X *Untitled1.c X
#include<stdio.h>
#include<stdlib.h>
void main()
6
for (i=0;i<=10;i++)

printf ("welcome to chennai,\t\n\v");
getch();

output should be
1
2
3
4
welcome to Chennai
welcome to Chennai

Answers

Answered by surajsonkamble05
1

Answer:

for(i=1;i<=4;i++)

printf(I);

if(i%2==0)

printf("welcome to Chennai");

getch();

Similar questions