+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

Related questions

+2 votes
asked Jan 21, 2021 in C Plus Plus by SakshiSharma
0 votes
asked Mar 17, 2020 in C Plus Plus by SakshiSharma
...