

MCQOPTIONS
Saved Bookmarks
1. |
Which header file is used to include the string object functions in C++? |
A. | #include <string.h> |
B. | #include <cstring> |
C. | #include <string> |
D. | #include <string.cpp> |
Answer» D. #include <string.cpp> | |