What is declaration in C with example?
Answers
Answered by
1
Answer:
a written statement giving information on goods or money you have earned, on which you have to pay tax
Answered by
1
Answer:
In programming, a declaration is a statement describing an identifier, such as the name of a variable or a function. ... For example, in the C programming language, all variables must be declared with a specific data type before they can be assigned a value.
Similar questions