Vidyalelo
C++ Programming · Q101

Introduction to C++

Programming · C++ Programming · question 101

Q101

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

A.
#include <userdefined.h>
B.
#include <userdefined>
C.
#include "userdefined"
Answer
D.
#include [userdefined]

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board