What are the sizes and ranges of the basic c++ data types?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by function and operator overloading in c++?
How do you initialize a string in c++?
What does the nocreate and noreplace flag ensure when they are used for opening a file?
What is recursion?
diff between pointer and reference in c++?
How is data hiding achieved in c++?
why all c++ program must have default constructor?
Explain the use of vtable.
Give example of a pure virtual function in c++?
Are there interfaces 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.
What are the defining traits of an object-oriented language?