Question:
Difference between "C structure" and "C++ structure".
July 07, 2005 12:48:49
#1
Piyush/Santosh
Member Since: Visitor Total Comments: N/A
RE:
Difference between "C structure" and "C++ structure".
The defination of the structure in C is limited to within the module and cannot be initialized outside its scope. Where as in C++ you can initialize the objects anywhere within the boundaries of the project.