Wednesday, 24 July 2013

C-Program to Print a line or a Paragraph

#include<stdio.h>
main ()
{
     printf(" (write youe content here....use '\n' for next line and '\t' for space) ");
}



sakoncepts.blogspot.in
output 

No comments:

Post a Comment