What is the difference between Class and Structure?
Answer Posted / arun
a structure is nothing but a structure.a class is nothing
but a class
| Is This Answer Correct ? | 2 Yes | 26 No |
Post New Answer View All Answers
What are containers in c++?
Which software is used for c++ programming?
What is a hash function c++?
What are the stages in the development cycle?
What are disadvantages of pointers?
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
Write a program to find the Fibonacci series recursively.
What is the use of seekg in c++?
What is the difference between containment and delegation?
What is the meaning of string in c++?
What is the purpose of the "delete" operator?
How many types of scopes are there in c++?
What is c++ best used for?
What is the function of I/O library in C++ ?
Differentiate between realloc() and free().