C++ Programming Question and Answers
36. | What is the use of cout object? |
---|---|
|
|
37. | What is istream.h and ostream.h? |
---|---|
|
|
38. | What is mean by data hiding? |
---|---|
The members and functions declared under private are not accessible by members outside the class, this is referred to data hiding. | |
39. | Who coined the name C++? |
---|---|
|
|
40. | What is string literal? |
---|---|
|
|