What is the difference between Class and Structure?
Answer Posted / hardik savani
The Structure ara used in c and c++
but class is used only in c++ and other opps languages
| Is This Answer Correct ? | 23 Yes | 33 No |
Post New Answer View All Answers
Who created c++?
What are the characteristics of friend functions?
What is the use of 'using' declaration in c++?
Define whitespace in C++.
Why is c++ still used?
What is the difference between global variables and local variable
What is the use of namespace std in C++?
What do you understand by a pure virtual member function?
What is a linked list in c++?
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
What do manipulators do?
Why Pointers are not used in C++?
Difference between delete and free.
What does the ios::ate argument do?
How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?