In C++ you can create your own type of variables. These are called
_____types
Answers
Answered by
1
Answer:
C++ allows you to define explicitly new data type names by using the keyword typedef. Using typedef does not actually create a new data class, rather it defines a name for an existing type.
Explanation:
Answered by
0
Answer:
fundamantal
Explanation:
Similar questions