C++ Programming Question and Answers
71. | What are variables? |
---|---|
|
|
72. | What are constants? |
---|---|
|
|
73. | What are numeric constants? |
---|---|
Numeric constant consists of only numbers whole numbers or decimal numbers. Integer, floating- point are numeric constants. | |
74. | What is Integer constant? |
---|---|
|
|
75. | What is character constant? |
---|---|
|
|