C Program To Print "Hello World"

 #include<stdio.h>
void main()
{
   printf("Hello World");
}

Comments

Popular posts from this blog

Single Program Using All Automatic String Functions

C program for subtraction of two matrices (2D Arrays)

C program for Multiplication of Two matrices