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 / vikram
b)stdin
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the 5 types of organizational structures?
Suggesting that there can be 62 seconds in a minute?
how do you execute a c program in unix.
What are 3 types of structures?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
Write a program to print “hello world” without using semicolon?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
How variables are declared in c?
Explain how can I write functions that take a variable number of arguments?
Which of these functions is safer to use : fgets(), gets()? Why?
What are variables and it what way is it different from constants?
What is extern variable in c with example?
Write a program to print factorial of given number using recursion?
What is a protocol in c?