Variable and Data Types with Practical Examples in C Programming

Variable in C is a named location in a memory where a program can manipulate the data. This location is used to hold the value of the variable.

The value of the C variable may get change in the program. C variable might be belonging to any of the data type like int, float, char etc.

We’ll walk through this lesson with C programming variables and data types.

## What is Variable?

In our mathematical term, variable is something that can be changed.

In Computer

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top