Zone for ultimate tech and study update
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Please comment bellow. Share your knowledge