Could anybody please tell me what is the main difference between C & C++ structures.
C : we can't define function inside the structure in c.
C++ : We can define function inside the structure in c++.