What are the different flags in C? And how they are useful?
And give example for each in different consequences?
Answer Posted / 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 View All Answers
Can the curly brackets { } be used to enclose a single line of code?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
Why should I prototype a function?
What is dynamic variable in c?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
cavium networks written test pattern ..
Write a program to swap two numbers without using the third variable?
What is getch?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is a memory leak? How to avoid it?
What is difference between structure and union?
What is a floating point in c?
What is the purpose of scanf() and printf() functions?
What are the difference between a free-standing and a hosted environment?
How #define works?