7. Identify the correct argument for the function call
fflush() in ANSI C:
A)stdout
B)stdin
C)stderr
D)All the above

Answer Posted / ar

b but not recommended

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a program?

661


Do array subscripts always start with zero?

778


What is the purpose of clrscr () printf () and getch ()?

591


What is meant by high-order and low-order bytes?

650


Which one would you prefer - a macro or a function?

600






Can static variables be declared in a header file?

612


Explain c preprocessor?

680


Can you explain the four storage classes in C?

642


What is advantage of pointer in c?

687


This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

727


What is the difference between #include

and #include “header file”?

546


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?

1911


What is calloc() function?

623


Is stack a keyword in c?

632


What is const keyword in c?

741