Class data types in c

1 answer

Answer

1010370

2026-04-30 06:25

+ Follow

The data types indicate the type of values that can be stored. The primary data types in c are:

1. int, short, long, long long - used for integer values

2. float, double - used for storing floating point numbers

3. char - used for storing ASCII characters

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.