M
maadhuu
hey,
i want to know the exact implementation of printf function...what i do
know is that the arguments are pushed into a stack from right to left and
the function is called and then some pointer is set up ....well, where and
how ????
also it will be helpful if u can enlightten me on how scanf works and what
should be the output of
scanf("%d %d",&a,"%f",&b,&c); a,b are ints , c is a float.
i want to know the exact implementation of printf function...what i do
know is that the arguments are pushed into a stack from right to left and
the function is called and then some pointer is set up ....well, where and
how ????
also it will be helpful if u can enlightten me on how scanf works and what
should be the output of
scanf("%d %d",&a,"%f",&b,&c); a,b are ints , c is a float.