What is c++ good for?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by global variables?
Explain terminate() function?
What is pointer to array in c++?
class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected
What is the use of volatile keyword in c++? Give an example.
What is a built-in function?
How do you invoke a base member function from a derived class in which you have not overridden that function?
Can non graphic characters be used and processed in C++?
What is new in c++?
What do nonglobal variables default to a) auto b) register c) static
Which c++ compiler is best?
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.