Explore Westonci.ca, the top Q&A platform where your questions are answered by professionals and enthusiasts alike. Discover detailed solutions to your questions from a wide network of experts on our comprehensive Q&A platform. Discover in-depth answers to your questions from a wide network of professionals on our user-friendly Q&A 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 appreciate your time. Please revisit us for more reliable answers to any questions you may have. We hope our answers were useful. Return anytime for more information and answers to any other questions you have. Keep exploring Westonci.ca for more insightful answers to your questions. We're here to help.