Day 3: Learning Variables in C Programming
variable is a name of memory location where we store program data during execution of program
variable name is any combination of alphabet (a to z or A to Z ) digits (0 to 9) and understanding (-)
No other symbol is allowed
volid variable name can...
robins91209.hashnode.dev1 min read