What are the different flags in C? And how they are useful?
And give example for each in different consequences?
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 |
Write a program to show the change in position of a cursor using c
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
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?
write a program to find lcm and hcf of two numbers??
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?
what is printf
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
write a program to display the numbers having digit 9 in the given range from 1 to 100
What is the best way to store flag values in a program?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon