C PROGRAMMING DOUBTS DISCUSSION FORUM
A place where you can discuss doubts of c programming
Pages
Home
Elementry Examples
Moderate Examples
Advance problem
Recommendation
Send problems
About
Simple printf examples
Problem Statement
Write a c program to print ''hello world'
#include<stdio.h>
int main()
{
printf("hello world \n");
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment