Computer Science, asked by singhshivangi232233, 9 months ago

pls help ,answer this qouestion quickly​

Attachments:

Answers

Answered by shivam326413
0

Answer:

soory friends I don't answer of these question

Answered by harshithapalat11
0

Answer:

#include <stdio.h>  

int main()  

{  

int i;  

char str[50];  

printf("Enter Your Name - ");  

scanf("%s",str);  

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

{  

printf("%s\t",str);  

}  

return 0;  

}  

Done and Dusted !

Explanation:

Similar questions