C
Programming and Technical
Q. What is difference between declaration and definition?
A. During declaration we just specify the type and no memory is allocated to the variable. But during the definition an initial value is assigned and memory is allocated to the variable.
Read Solution (Total 0)
C Other Question