Here we are going to see what is the use of "\t" in C, basically it is used to give space between two messages/statements in C Programming Language.
Â
#include<stdio.h>
void main()
{
//Use of \t
printf("Hello Everyone\tWelcome to HFC");
}
//......Coded by VARAD PATIL
#ENJOY CODING
Post a Comment
FOR ANY DOUBTS AND ERRORS FEEL FREE TO ASK. YOUR DOUBTS WILL BE ADDRESSED ASAP