C program to print simple "Hello Friends"

C program to print simple "Hello Friends"

For the beginners, the C program to print "Hello Friend" is shown in the below text box with the output.



#include <stdio.h> 
#include <conio.h>
void main()
{
    printf("Hello friends”);
    getch();
}




c (programming language),hello world,hello world program (software),hello world program,hello,hello world c,c programming,world,hello world in c language,c tutorial,c programming in hindi,tutorial,programming in c,c language tutorial in urdu,c programming in urdu,programming,hello world program in c,c++,c language,c programming tutorial,c hello world program,turbo c hello world program,c hello world





Happy Coding.

Comments

Popular posts from this blog

MultiSelection of Item in Recycler View

Upload Image From Android To Php Server

Merge Sort