Computer Science, asked by lokdeepghuman, 5 months ago

Which character is represented by \t in C Language?​

Answers

Answered by anishaprasad301
4

Answer:

The '\t' is called escape sequence(a character) which represent the “tab” character of your keyboard. Since you cannot write “tab”(except leaving 4/8 spaces) we use it in programming languages to tell compiler to put tab character in its place while executing code.

Answered by sswatisingh
2

Answer:

The '\t' is called escape sequence(a character) which represent the “tab” character of your keyboard. Since you cannot write “tab”(except leaving 4/8 spaces) we use it in programming languages to tell compiler to put tab character in its place while executing code.

Explanation:

MARK ME BRAINLIEST PLZZZZZZZZZ

Similar questions