What is class definition in c++ ?
No Answer is Posted For this Question
Be the First to Post Answer
How a new operator differs from the operator new?
What is vectorial capacity?
What are the advantages of using pointers in a program?
What is an overflow error?
How does java differ from c and c++?
Explain the pure virtual functions?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
What are virtual constructors/destructors?
What is the main purpose of overloading operators?
What is constructor c++?
What are c++ manipulators?
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.