Errors
. ..Error Makes Xperience.. .
Showing posts with label
printf
.
Show all posts
Showing posts with label
printf
.
Show all posts
Monday, 31 March 2014
C Programming Language-C Program to Print a Statement
C Program to Print a Statement
Source Code:-
/* C Program to print a statement. */
#include <stdio.h>
int main()
{
printf("Welcome to Errors"); /* printf() used to prints the content inside quotation */
return 0;
}
Output :-)
Welcome to Errors
Older Posts
Home
Subscribe to:
Posts (Atom)