Difference between declaration and definition of a variable in c
Answers
Answered by
0
Declaration of variable mean to tell compiler their is a var\funct\struct of particular data type. Definition of variable mean asking compiler to allocate memory to variable or definestorage for that variable. you candefine a variable only one time but you can declare it as many time you want
Similar questions
Social Sciences,
7 months ago
English,
7 months ago