GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Tech FAQs  >  OOPS

 Print  |  
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.
     

 

Back To Question