Chemistry, asked by 884477, 6 months ago

(Which character is represented by \t in C Language?/ C भाषा में \t किस प्रतीक का प्रतिनिधित्व करता है? * ਟਰੈਕ (Track) ट्रैक ਟੈਬ (Tab) टैब ਟਾਸਕ (Task) टास्क ਟਾਪ (Top) टॉप

Answers

Answered by Anonymous
0

The character represented by /t in C language is Horizontal Tab.

Escape sequences are used in the programming languages C and C++ , and their design was copied in many other languages such as Java and C#.

• Escape sequence is a sequence of characters that doesn't represent itself when used inside a character or string literal ,it is translated into another character or a sequence of characters that may be difficult or impossible to represent directly.

• In C, all escape sequences consist of two or more characters,the first which is backslash / called the " Escape character " , other characters determine the interpretation of the escape sequence. For example /n is an escape sequence that denotes a newline character.

Similar questions