+1 vote
in C Plus Plus by
#include<userdefined.h>

Choose the best answer below to syntax to add the header file in the C++ program?

a) #include<userdefined>

b) #include "userdefined.h"

c) <include> "userdefined.h"

d) Both A and B

1 Answer

0 votes
by

d) Both A and B

...