Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 3 (Q.No. 46)
46.
When using the standard files that come with the C++ compiler, you should surround the header file name with _____
square brackets
angle brackets
parentheses
quotes
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Shahee said:   8 years ago
Thanks @Qaisar.

Qaisar khan said:   9 years ago
#include <iostream>
#include <string>
(1)

Post your comments here:

Your comments will be displayed after verification.