This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

what will happen if printf() function is used ?

Dear All,

In my coding , by mistaken i used printf() function instead of sprintf()....
but my code compile ....but not running....

but after replacing sprintf() function ....my code is working fine.

Can any explain be what happen?

Thanks in Advance.

0