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
Printing a line using newline
Problem statement
Write a c program to print this on the terminal
hi
hello
#include<stdio.h>
int main()
{
printf("hi \n");
printf("hello \n");
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment