A variable in C is a named piece of memory which is used to store data and access it whenever required. It allows us to use the memory without having to memorize the exact memory address.Syntax for Creating VariablesTo create a variable in C, we have to specify a name