answersLogoWhite

0

Escape sequences are combination of characters which when used together form one single unit with a special meaning.Eg:

when a blackslash('\') and 'n' are written together like '\n', this represents a newline character.


For more escape sequences visit the related link.


User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What escape sequence is not used in c language?

The third one.


What symbol is use to join strings?

Language dependent. In C, for example, there no string as such, but you can use function strcat to concatenate zero-terminated character-sequences.


what is the significance of the @ symbol in C#?

In C#, the @ symbol is used to create verbatim string literals, which allows you to include special characters, escape sequences, and line breaks in a string without the need to escape them. This can make working with file paths or regular expressions easier by reducing the need for double escaping.


How do you add sound in a c code?

you can use '\a' escape sequence in C language to hear a beep from your computer. usage: printf("\a"); you will hear a sound on embedding above line in a C program.


What called ' percent ' in C programming language?

Nothing, but the % symbol denotes the remainder operation, eg: 7%4==3. Plus it is used in format-sequences of printf, scanf, strftime, strptime...


Why c language has name c why not a?

C-language was derived from B-language.


What is previous language of c language?

language before c language is pascal


What is C language what does it do?

C Language is First Step of Programming Language, Help for C Language you are show the correct answer


What is versions of c language?

versions of c language?


What do you mean by c language?

C is a programming language.


Is c a dependent language?

C is a independent language


What is the topNet class that everything is derived from in c?

C language: int (but C is NOT a .net language) C# language: object or System.Object