What is the Difference between "C structure" and "C++
structure"?
Answer Posted / jayesh pawar
1)In "C++" Structure we can specify the data and functions as public,private or protected but in "C" Structure we can't.
2)In "C" Structure Variable initialization must contains the keyword struct but in C++ not required.
Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
Which software is best for c++ programming?
What jobs can you get with a c++ certification?
How can I improve my c++ skills?
Explain how functions are classified in C++ ?
Is swift faster than go?
What are the effects after calling the delete this operator ?
Is map sorted c++?
what is pre-processor in C++?
What is endl c++?
Can I uninstall microsoft c++ redistributable?
What are separators in c++?
What is object in c++ example?
Name the debugging methods that are used to solve problems?
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101