C and C++ programs and MySQL
Always thinking in engineering style...
Showing posts with label
C IDEAS
.
Show all posts
Showing posts with label
C IDEAS
.
Show all posts
Tuesday, September 8, 2009
C IDEAS
main()
{
int i=3;
int j=4;
clrscr();
printf("%d %d");
getch();
}
OUTPUT:
3 4
Older Posts
Home
Subscribe to:
Posts (Atom)