Hello..!!!
Guys who want to learn basic programming of c, c++, java, and play with programming logix , this is the best site. please visit "playwithlogix.blogspot.in" once time.
Monday, 8 December 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 */
No comments:
Post a Comment