Computer Science, asked by nksingla1072003, 8 months ago

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

Answers

Answered by rajgaba67007
0

Answer:

in a c language can the first letter of the identifier be underscore true or false

Answered by Anonymous
0

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