/* A basic C program to print"Hello World"*/
#include<stdio.h>
int main()
{
printf("HELLO WORLD!");
return 0;
}
OUTPUT
Hello World!
Description
Just a simple program which display hello world to the user
#include <stdio.h> #include <math.h> int main () { int i , j , num , temp , sum = 0 ; printf ( "Enter number\n...
Can we get all types of program solved?
ReplyDelete