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