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 / daljeet singh samra
b
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
What is sizeof return in c?
write a program to print data of 5 five students with structures?
What is the argument of a function in c?
What are global variables?
Which is best linux os?
What are the characteristics of arrays in c?
What is the difference between declaring a variable and defining a variable?
What is %s and %d in c?
What are the different types of errors?
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
Once I have used freopen, how can I get the original stdout (or stdin) back?
Define recursion in c.
Is c object oriented?