What are the various arithmetic operators in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3

0 Answers  


What is the error in the code below and how should it be corrected?

0 Answers  


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

3 Answers   Quark,


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?

0 Answers  


When does a name clash occur?

1 Answers  






What's the most powerful programming language?

0 Answers  


What data encapsulation is in c++?

0 Answers  


What new()is different from malloc()?

0 Answers  


What is c++ in english?

0 Answers  


What is a character in c++?

0 Answers  


Disadvantages of c++

8 Answers   HCL,


What does the nocreate and noreplace flag ensure when they are used for opening a file?

0 Answers  


Categories