Asked by Araceli Valadez on May 11, 2024

verifed

Verified

When using #include, the characters ____, tell the compiler to start looking in the default directory where the program file is located.

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

Default Directory

The directory that a program or command shell automatically uses for its operations unless a different path is specified.

#include

A preprocessor directive in C/C++ used to include the contents of a file or library in another file.

  • Implement accurate syntax and rational processes in managing strings and manipulating files.
verifed

Verified Answer

JL
James LugardoMay 17, 2024
Final Answer :
A
Explanation :
The characters "" (double quotes) tell the compiler to start looking in the default directory where the program file is located when using #include.