Computer Science, asked by munzilabakht, 8 months ago

What kind of constant is 12 in computer

Answers

Answered by mudavathsaroja
0

Explanation:

Data values that stay the same every time a program is executed are known as constants. Constants are not expected to change. Literal constants are actual values fixed into the source code . ... Named constants are values where a name is defined to be used instead of a literal constant.

There are two types in C Constants primary constant and secondary constants. In this tutorial we are only discussing about the primary constants in that we will learn about integer real and character constant

Similar questions