. ਸੀ ਭਾਸ਼ਾ ਵਿਚ \t ਕਿਸ ਚਿੰਨ੍ਹ ਦੀ ਨੁਮਾਇੰਦਗੀ ਕਰਦਾ ਹੈ? (Which character is represented by \t in C Language?/ C भाषा में \t किस प्रतीक का प्रतिनिधित्व करता है?*
ਟਰੈਕ (Track) ट्रैक
ਟੈਬ (Tab) टैब
ਟਾਸਕ (Task) टास्क
ਟਾਪ (Top) टॉप
Answers
Answered by
2
\t in C Language represents Tab
Answered by
0
The character represented by \t in C Language is the tab.
- 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