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”
(d) #include [userdefined]
I had been asked this question by my school teacher while I was bunking the class.
My question is taken from Basics in portion Basics Concepts of C++ of C++