coderz.py

Keep Coding Keep Cheering!

Variables & Constants in C

Variables & Constants in C are formed by combining alphabets, numbers, and special symbols. Let us see what are ‘constants’ and ‘variables’ in C. Variables: An entity that may change during program execution is known as a variable. Variables are the names assigned to the memory locations. These locations can contain integer, real, or character […]

February 8, 2022 | C | No comments

Advertisement