What is null c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is function prototyping?
Why pointer is used in c++?
Name the implicit member functions of a class.
In java a final class is a class that cannot be derived. How can you make a similar class in C++
Explain what are mutator methods in c++?
What is abstraction in c++?
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
What is a smart pointer?
What is the difference between cin.read() and cin.getline()?
Why is c++ still used?
What is meant by iomanip in c++?
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.