Which of the following is the correct syntax of including a user defined header files in C++?

Which of the following is the correct syntax of including a user defined header files in C++? Correct Answer #include “userdefined”

C++ uses double quotes to include a user-defined header file. The correct syntax of including user-defined is #include “userdefinedname”.
Bissoy MCQ

Related Questions