khoob study

Wednesday, November 2, 2022

Write a program for your name

                              #Program for your name

#include<stdio.h>
#include<conio.h>
void main()

{
clrscr();
printf("Hello Word\n");
printf("Roshan Kumar\n");
printf("sonu kumar\n");
getch();
}

Output:-

Hello Word 
Roshan Kumar
Sonu kumar

Program:-














Output:-






       Thank you for reading..

No comments:

Post a Comment