What are the differences between a struct in C and in C++?
Answer Posted / nithin
what is the use of struct in c then? wat advantages does it
offer?
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
What is endl?
How did c++ start?
What is the use of namespace std in C++?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
What is jump statement in C++?
Is empty stack c++?
Can recursive program be written in C++?
Is python written in c or c++?
What is abstraction c++?
How are the features of c++ different from c?
How much is c++ certification?
Write about a nested class and mention its use?
what are the types of Member Functions?
What is a catch statement?
What is general form of pure virtual function? Explain?