Monday, August 24, 2009

Error

main()
{
int i=10;
float i;
printf("%d%f",i);
}


error at run time only....

Abnormal program termination
printf : floating point formats not linked

No comments:

Post a Comment