Posted by : Naveen's Blogs
Wednesday, 11 December 2013
yo this test print man....lets see...prettyprint works or not....
#include<stdio.h>
#include<conio.h>
void main()
{
int a,b;
clrscr();
printf("enter values of a and b:");
scanf("%d%d",&a.&b);
printf(".........";
getcch();
}