What are the various arithmetic operators in c++?
No Answer is Posted For this Question
Be the First to Post Answer
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
What is the error in the code below and how should it be corrected?
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 difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
When does a name clash occur?
What's the most powerful programming language?
What data encapsulation is in c++?
What new()is different from malloc()?
What is c++ in english?
What is a character in c++?
Disadvantages of c++
What does the nocreate and noreplace flag ensure when they are used for opening a file?