Discover the answers you need at Westonci.ca, a dynamic Q&A platform where knowledge is shared freely by a community of experts. Get detailed and accurate answers to your questions from a community of experts on our comprehensive Q&A platform. Explore comprehensive solutions to your questions from knowledgeable professionals across various fields on our platform.
Sagot :
Answer:
The C language provides the four basic arithmetic type specifiers char, int, float and double, and the modifiers signed, unsigned, short, and long.
C Primary Data types:
The C language has 5 basic (primary or primitive) data types, they are:
- Character - ASCII character set or generally a single alphabet like 'a', 'B', etc.
- Integer - Used to store whole numbers like 1, 2, 100, 1000, etc.
- Floating-point - Decimal point or real numbers values like 99.9, 10.5, etc.
- Double - Very large numeric values which are not allowed in Integer or Floating point type.
- Void - This means no value. This data type is mostly used when we define function.
Hope Helps!!
We hope our answers were helpful. Return anytime for more information and answers to any other questions you may have. Thanks for stopping by. We strive to provide the best answers for all your questions. See you again soon. Westonci.ca is committed to providing accurate answers. Come back soon for more trustworthy information.