Day 3: Learning Variables in C Programming
Aug 2, 2024 · 1 min read · 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...
Join discussion