View Single Post
Newbie Member
12Aug2008,13:05  
rex sinha's Avatar
Hi friends...

void main()
{
float a=2.45;
printf("%d%f",a,a);
}
what would be the output of above mentioned question and why?
plz. help me.
thanx in advance.