Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Write a program to show the change in position of a cursor using c

0 Answers  


Reverse the part of the number which is present from position i to j. Print the new number.[without using the array] eg: num=789876 i=2 j=5 778986

2 Answers  


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

0 Answers   Sikkim Manipal University,


Explain how can I read and write comma-delimited text?

0 Answers  


write a program to find lcm and hcf of two numbers??

1 Answers  


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

0 Answers  


main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?

10 Answers   Ramco,


what is printf

5 Answers   MVSR, Satyam,


What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

0 Answers   Aspire, Infogain,


write a program to display the numbers having digit 9 in the given range from 1 to 100

1 Answers  


What is the best way to store flag values in a program?

0 Answers  


Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon

0 Answers  


Categories