Friday, August 13, 2021

C language programs "Hello world"

 1. Program to print "Hello world"  

#include<stdio.h>

#include<conio.h>

void main() 

{

  clrscr();

  printf("Hello World!!");

  getch();

Learn total c language-https://youtube.com/playlist?list=PL7ersPsTyYt2Q-SqZxTA1D-melSfqBRMW

Labels:

1 Comments:

At August 13, 2021 at 6:54 PM , Blogger Ajinkya Ballal said...

Hello world

 

Post a Comment

Subscribe to Post Comments [Atom]

<< Home