Answer Posted / sabu
Everything for what a class is implemented holds good for
structure also in C++.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
What is a container class? What are the types of container classes in c++?
Can create new c++ operators?
How would you find out if a linked-list is a cycle or not?
What is function prototyping?
What things would you remember while making an interface?
Can we overload operator in c++?
Explain how a pointer to function can be declared in C++?
What is using namespace std in cpp?
How do you find out if a linked-list has an end?
Explain mutable storage class specifier.
How can you tell what shell you are running on unix system?
When there is a global variable and local variable with the same name, how will you access the global variable?
What is the difference between global variables and local variable
Is c++ a good first language to learn?
Why are arrays usually processed with for loop?