C++ Programming Question and Answers
51. | What is public, private and protected? |
---|---|
Public, Protected and Private are three access specifier in C++.
|
|
52. | Who developed C++ language? |
---|---|
C++ was developed at AT&T Bell laboratories in the early 1980s by Bajarne Stroustrup. | |
53. | List a few of the keywords in C++? |
---|---|
|
|
54. | What is the classification of tokens? |
---|---|
Tokens are classified as keywords, identifiers, constants, operators and punctuators. | |
55. | What are the four storage specifiers in C++? |
---|---|
There are four storage specifiers in C++:
|
|