What are the different flags in C? And how they are useful?
And give example for each in different consequences?



What are the different flags in C? And how they are useful? And give example for each in different..

Answer / archana

\a , \f, \r, \n , \b are the flags
\a means audible bell
\n= new line
\r= next page

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More C Interview Questions

can we access one file to one directory?

1 Answers  


What are structure members?

0 Answers  


What is the difference b/w Structure & Class?

3 Answers  


There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side? Upload a C program to demonstrate the behaviour of the game.

2 Answers  


Define function pointers?

1 Answers  






what is dangling pointer?

1 Answers   LG Soft,


The differences between Windows XP and Windows Visa

8 Answers   HCL,


How can I trap or ignore keyboard interrupts like control-c?

0 Answers  


"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.

11 Answers   ABC Infotech, ADP, College School Exams Tests, Kovair,


Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.

2 Answers  


What is ctrl c called?

0 Answers  


What is the use of define in c?

0 Answers  


Categories