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
What does & mean in scanf?
What does calloc stand for?
What does %c mean in c?
What is an array in c?
Define the scope of static variables.
using for loop sum 2 number of any 4 digit number in c language
What is the difference between array_name and &array_name?
What is the symbol indicated the c-preprocessor?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
How can I handle floating-point exceptions gracefully?
How can you read a directory in a C program?
How was c created?
What is pre-emptive data structure and explain it with example?
Are comments included during the compilation stage and placed in the EXE file as well?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler