Asked by Gabrielle Koesel on Jun 24, 2024

verifed

Verified

When using #include, the characters ____, tell the compiler to begin searching for the included file in the C compiler system library directory.

A) ""
B) <>
C) //
D) \\

Compiler System Library Directory

A specific directory on a file system where compilers store libraries and other resources necessary for compiling programs.

  • Utilize appropriate syntax and logical methods for string manipulation and file operations.
verifed

Verified Answer

GS
Ganeshalingam ShaliiniJun 28, 2024
Final Answer :
B
Explanation :
The characters <> tell the compiler to search for the included file in the system library directory, as opposed to "" which is used for local or user-defined files.