7. Identify the correct argument for the function call
fflush() in ANSI C:
A)stdout
B)stdin
C)stderr
D)All the above
Post New Answer View All Answers
When do we get logical errors?
What are the header files used in c language?
What’s a signal? Explain what do I use signals for?
How are Structure passing and returning implemented by the complier?
int far *near * p; means
What is use of pointer?
What is the difference between strcpy() and memcpy() function in c programming?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
What is bubble sort in c?
Write a program to check armstrong number in c?
Is Exception handling possible in c language?
Why is this loop always executing once?
Explain main function in c?
What are the main characteristics of c language describe the structure of ac program?
Explain b+ tree?