Computer Science, asked by amankhan69982, 7 months ago

which is character is represented by \t in c language

Answers

Answered by dhundharaashutosh18
6

Explanation:

(Which character is represented by \t in C Language?/ C

Answered by Anonymous
1

The character represented by \t in C Language is the horizontal tab.

  • The escape sequence represents a unique character is referred to as '\t' and typically represents the 'tab's character on the standard keyboard.
  • Since one can't write "tab", the character is properly employed to instantly inform the compiler in programming languages to promptly put tab characters in place while correctly executing the code.
Similar questions