-
fflush() argument in ANSI C
Identify the correct argument for the function call fflush() in ANSI C:A)stdoutB)stdinC)stderrD)All the above
-
C/C++ Error Codes
what are the different types of errors observed in C and classify them as compile time or run-time errors.