Dear Friends,
Can any one help me in obtaining the output of this programme
i got some garbage value for float variable a i dont know how it
got such an output can any one help me to know how this code works plzz mail me if any one knows about its working process
its thankful if some one mail to my id boolean123@rediffmail.com
Hoping to hear from you soon
int i=10;
char c = 'a';
float a =3.14;
printf("%d%f%f",i,c,a);