Wednesday 11 March 2015

Program2: Basic I/O and Data Types

Program:

#include<stdio.h>
#include<conio.h>
void main( )
{
clrscr( ); //clear the screen contents
printf("***************\n");
printf("Welcome\n");
printf("To\n");
printf("Let Us Code in C\n");
printf("***************\n");
}

Output:




0 comments:

Post a Comment