C++ Programming Question and Answers
66. | How many fundamental data types are there? |
---|---|
|
|
67. | How many words are there for data types and what are they? |
---|---|
There are nine words for data types such as
|
|
68. | How can the special character be represented? |
---|---|
Special characters are represented using escape sequences. Escape sequences are represented using characters prefixed with a backslash. | |
69. | What is the use of declaration statements? |
---|---|
|
|
70. | What are the three kinds of loops in C++? |
---|---|
There are three kinds of loops in C++,
|
|