what is variable with examples in in coding
Answers
Answered by
2
Answer:
A variable name can hold a single type of value. For example, if variable a has been defined int type, then it can store only integer. C programming language requires a variable creation, i.e., declaration before its usage in your program.
Explanation:
I hope my answer is helpful,have a nice day and take care of yourself,if you❤ like my answer please follow
Similar questions