explain modifiers in C++
Answers
Answered by
1
Answer:
Advertisements. C++ allows the char, int, and double data types to have modifiers preceding them. A modifier is used to alter the meaning of the base type so that it more precisely fits the needs of various situations.
Similar questions