khoob study

Tuesday, November 22, 2022

Program for print patter for name in c language

             Program for print patter for name 


#include<stdio.h>

#include<conio.h>

main()

{

int a;

clrscr();

for(a=1;a<=5;a++)

{

printf("my name is sonu kumar\n");

}

getch();

}








Output:-












read more:https://khoobstudy.blogspot.com/2022/10/hhtpskhoobstudy.com.html

No comments:

Post a Comment