C structure and C++ structure

后端 未结 6 847
挽巷
挽巷 2020-12-13 04:35

Could anybody please tell me what is the main difference between C & C++ structures.

6条回答
  •  一整个雨季
    2020-12-13 04:52

    C : we can't define function inside the structure in c.

    C++ : We can define function inside the structure in c++.

提交回复
热议问题