Tuesday, September 8, 2009

C IDEAS

main()
{
int i=3;
int j=4;
clrscr();
printf("%d %d");
getch();
}



OUTPUT:


3 4

No comments:

Post a Comment