What is the use of tab ("\t") in c language.
use of \t (tab)
basically it work same as tab key which you use is notepade and ms-word. "\t" is use to give a tab in output of c language program. tab is a group of 4 spaces. you can see some code and output for example of "\t".
In example you can better understand.
Comments
Post a Comment