Advertisement

If n=5 It’ll print 5 times “name”


#include<conio.h>
#include<stdio.h>
void main()
{clrscr();
 int i,n;
scanf("%d",&n);
for(i=1;i<=n;i++)
{  printf("\n Kamal");
                                       }

getch();
                                 }

No comments:

Post a Comment

Please comment bellow. Share your knowledge