Computer Science, asked by felfela8179, 11 months ago

Basic data type and declarations of variables in c language programing

Answers

Answered by sauravrawat8126
0

Answer:

Explanation:

declarations of variables:-

variables which are to be used later in different parts of the functions have to be declared.

It is two types:-

1.The name of the variable

2.The type of data the variable will hold

There are two ways of declaring variable in C programming.

1.Primary Type Declaration

2.User Defined Type Declaration

Similar questions