Showing posts with label Error. Show all posts
Showing posts with label Error. Show all posts

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