What is c++ prototype?
No Answer is Posted For this Question
Be the First to Post Answer
Discussion on error handling of 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.
Differences between private, protected and public and give examples.
What is decltype c++?
What is c++ library?
How is static data member similar to a global variable?
What is the purpose of ios::basefield in the following statement?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
Explain the concept of inheritance in C++.
How can we check whether the contents of two structure variables are same or not?
Explain the difference between overloading and overriding?
Explain rethrowing exceptions with an example?