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 / mj baig
b
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Was 2000 a leap year?
Are the expressions * ptr ++ and ++ * ptr same?
Why do we use c for the speed of light?
Write a program to find factorial of a number using recursive function.
What is pointer in c?
How many bytes are occupied by near, far and huge pointers (dos)?
What are the back slash character constants or escape sequence charactersavailable in c?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
Explain what standard functions are available to manipulate strings?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
What is the difference between malloc() and calloc()?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Why do we use static in c?
Why is c platform dependent?