Variables in C

Variables in C

Variables in C Variable in C  is a named place in memory to store a value that can be modified by the program. Variables in C can be of three types- 1)    Synchronous Variables 2)    Asynchronous Variables 3)    Read Only Variables 1)    Synchronous Variables The value of these variables can be changed only through the … Read more