Westonci.ca connects you with experts who provide insightful answers to your questions. Join us today and start learning! Experience the convenience of finding accurate answers to your questions from knowledgeable professionals on our platform. Join our Q&A platform to connect with experts dedicated to providing accurate answers to your questions in various fields.
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!!
Thank you for your visit. We are dedicated to helping you find the information you need, whenever you need it. We appreciate your visit. Our platform is always here to offer accurate and reliable answers. Return anytime. We're glad you visited Westonci.ca. Return anytime for updated answers from our knowledgeable team.