Computer Science, asked by Saransabharwal, 5 months ago

An arithmetical expression contain all the data values of same datatype is known as​

Answers

Answered by artigoyal123456789
0

Answer:

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

Similar questions