Understanding the scope of variables in C programming
Variables are containers that hold up assigned values to them. These values can be character, number , date, boolean etc. Variables in C are first declared before they are used. Declaring means telling the compiler about what is going to be stored in...
kabonge.hashnode.dev1 min read