Computer Science, asked by bhumikaM1117, 5 hours ago

Data types that cannot be manipulated mathematically using standard arithmetic operators

Answers

Answered by shahid338
1

Answer:

3. Variables, Data Types, and Arithmetic Expressions

The true power of programs you create is their manipulation of data. In order to truly take advantage of this power, you need to better understand the different data types you can use, as well as how to create and name variables. C has a rich variety of math operators that you can use to manipulate your data. In this chapter you will cover:

The int, float, double, char, and _Bool data types

Modifying data types with short, long, and long long

The rules for naming variables

Basic math operators and arithmetic expressions

Type casting

Explanation:

I hope it's helpful

Similar questions