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".
March 03, 2006 05:54:49
#6
Yashwant S pinge
Member Since: Visitor Total Comments: N/A
RE: Difference between "C structure" and "C++ structure".
Since , bydefault, C and C++ structure members are public.In C, you can declare structure as struct A a;But not A a(which is possible in C++);
Back To Question