Get Email Subscription

Enter your email address:

Delivered by FeedBurner

Showing posts with label Escape Sequence in C. Show all posts
Showing posts with label Escape Sequence in C. Show all posts

Monday, December 21, 2009

Backslash Character Constants | Escape Sequence in ‘C’

These are the special character constant which are mainly used in the output function during ‘C’ programming. There are also called as Escape sequences some of them are as follows.

Escape sequences Meaning

1) \a audible alert

It alerts the user by sounding a bell through the speaker

2) \b back space

It moves the cursor to the left by one position

3) \n new line

It takes the cursor to the beginning of the new line or next line

4) \t tab

It moves the cursor to the next tab stop

5) \o null character

It gets attached at the end of every string constant.
read more "Backslash Character Constants | Escape Sequence in ‘C’"

About This Blog

Lorem Ipsum

  © Blogger templates Newspaper III by Ourblogtemplates.com 2008

Back to TOP