What is anonymous object in c++?
No Answer is Posted For this Question
Be the First to Post Answer
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.
Which operator can not be overloaded in C++?
What are c++ storage classes?
Can we delete this pointer in c++?
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
If I is an integer variable, which is faster ++i or i++?
What is Virtual Inheritance?
Explain terminate() function?
Give example of a pure virtual function in c++?
How do c++ struct differs from the c++ class?
How should a contructor handle a failure?
What are abstract data types in c++?