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

What is the Difference between Class and Struct?

10 Answers   Motorola,


What is %g in c?

0 Answers  


What are the preprocessor categories?

0 Answers  


find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2

0 Answers   TCS,


Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions.

1 Answers  






What is the time and space complexities of merge sort and when is it preferred over quick sort?

0 Answers   Amazon,


How do you write a program which produces its own source code as output?

0 Answers  


what is unsigened char and what is the difference from char

2 Answers  


What is data structure in c programming?

0 Answers  


12345 1234 123 12 1

2 Answers  


How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?

0 Answers  


sum of two integers values only other then integer it should print invalid input.

1 Answers  


Categories