Computer Science, asked by dishayadav3368, 1 year ago

Difference between declaration and definition of a variable in c

Answers

Answered by ayanakhan
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