Thread
:
printf() unusual behavior
View Single Post
rex sinha
Newbie Member
12Aug2008,13:05
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.