basics

Mathematic Variables For C Programming – Variables – Learn Basics of C programming – Free Online Studymaterials

Variables In mathematics, variables are used as placeholders for values that aren’t necessarily known. For example, in the equation, x = 3y + 5 the variables x and y represent numbers that can take on a number of different values.Similarly, in a computer program, we also use variables to store values. A variable is essentially […]