Computer Science, asked by ddiya1343, 1 year ago

Difference between defining and declaring 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 ofvariable 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