What is data types? Explain basic data types in c++?
Answers
Answered by
3
- Integer.
- Character.
- Boolean.
- Floating Point.
- Double Floating Point.
- Valueless or Void.
- Wide Character.
Answered by
0
variable is bucket,data type is category and values are store in bucket in simple words which type of value u want to store in the particular variable is shown by data type.
like e.g.
int i;
it means i can store only integer type value. i can't store character type value.
i=1; (valid)
i='a'; (invalid)
c++ datatype
int,char,float,double,void
Similar questions
Science,
5 days ago
Hindi,
5 days ago
English,
11 days ago
Computer Science,
11 days ago
Math,
9 months ago
Environmental Sciences,
9 months ago