Variables

310 3 0
                                    

Variables are one of the key aspects of coding in C. Variables can be numbers or letters. When you want a variable to be a number you want float or int. When you want a letter you want char. Float is used for decimal, Int is for whole numbers and char is used for characters.

Programming language "C"Where stories live. Discover now