"mknarang.nsit" writes: [color=blue] > i have just started studying C.I know C++ before this.i havent reallly > understand the concept of sprintf().could any one plz tell me what is > the difference b/w sprintf() and fprintf() through an example[/color] sprintf() puts its output in a string. fprintf() writes its output to a stream (a file or device). -- "If I've ...