I wanna know the use of putw() and getw() function. As I know, these are used to write and read from file as like as putc and ge
putw()
getw()
putc
ge
Since it is an ASCII text file, the file view will always be in ASCII though integer is written into the file.