pls help ,answer this qouestion quickly
Attachments:
Answers
Answered by
0
Answer:
soory friends I don't answer of these question
Answered by
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