Computer Science, asked by faizalmalik4662, 1 year ago

What modifies the behaviour of a variable types in c?

Answers

Answered by naman142
0
c is a variable c is an use in maths English also
Answered by skyfall63
0

The type modifiers are used to modify the behavior of a variable type in c.

Explanation:

There are various types of variables such as integer, character, double, and string data type. The modifier type is responsible for altering the base type so that the data type can fit based on the needs of the situation.

Hence, modifiers can change the behavior of a variable type in C. In many situations, we need a modifier to change its kind of usage.

Similar questions