Login
Remember
Register
Ask a Question
Choose the best answer below to syntax to add the header file in the C++ program?
+1
vote
asked
Jan 20, 2021
in
C Plus Plus
by
SakshiSharma
#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
#c-header-file
#header-file
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 20, 2021
by
SakshiSharma
d) Both A and B
...