google search

Popular Posts


Welcome to BCA Notes

>>>>>>>>>>>>>>>>

Visitors

Search This Blog

Blogger templates

Visitor Map


Sunday 19 January 2014

C Program to Print a Sentence


/* C Program to print a sentence. */

#include <stdio.h> int main() { printf("C Programming"); /* printf() prints the content inside quotation */ return 0; }

0 comments:

Post a Comment