C and C++ programs and MySQL
Always thinking in engineering style...
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 . . .
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment