Computer Science, asked by shekharkumar454, 2 months ago

1- what are Scape sequence.??
2- What are statements of C-language?

Answers

Answered by FFdevansh
1

Answer:

1.An escape sequence is a sequence of characters that does not represent itself when used inside a character or string literal, but is translated into another character or a sequence of characters that may be difficult or impossible to represent directly.

2.Most statements in a typical C program are simple statements of this form. Other examples of simple statements are the jump statements return, break, continue, and goto. A return statement specifies the return value for a function (if there is one), and when executed it causes the function to exit immediately.

H ɪ ʜᴇʟᴘᴇᴅ ʏᴏᴜ

Answered by ankaneha5
1

Answer:

An escape sequence is a sequence of characters that does not represent itself when used inside a character or string literal, but is translated into another character or a sequence of characters that may be difficult or impossible to represent directly.

Most statements in a typical C program are simple statements of this form. Other examples of simple statements are the jump statements return, break, continue, and goto. A return statement specifies the return value for a function (if there is one), and when executed it causes the function to exit immediately

Similar questions