0
Datatype
After watching YouTube videos I got a confusion which datatype comes under derived and which comes under user defined and structure is user defined or derived??
1 Odpowiedź
+ 2
hmm..
by derived they would have meant those datatypes that are in std:: namespace
and user defined is the typedefs / classes / struct / enum ... that we as programmer create...