Tab character || Basic programs || C programming

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

Previous Post Next Post