what are Operators and explain with an example?
No Answer is Posted For this Question
Be the First to Post Answer
What is realloc() and free()? What is difference between them?
What is the use of :: operator in c++?
What is the need of a destructor? Explain with the help of an example.
Refer to a name of class or function that is defined within a namespace?
There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.
How do you know that your class needs a virtual destructor?
Can comments be longer than one line?
Explain the problem with overriding functions
What programming language should I learn first?
What is a constructor initializer list and when we use constructor initializer list?
Is main a class in c++?
what do you mean by memory management operators