C and C++ programs and MySQL
Always thinking in engineering style...
Showing posts with label
Without type declaration program
.
Show all posts
Showing posts with label
Without type declaration program
.
Show all posts
Tuesday, March 15, 2011
Without type declaration program
# include "stdio.h"
i = 65;
j = 100;
void main()
{
printf("I am in windows platform\n",printf("%c %d ",i,j));
}
OUTPUT:
A 100 I am in windows platform
Press any key to continue . . .
Older Posts
Home
Subscribe to:
Posts (Atom)