What are the various arithmetic operators in c++?



What are the various arithmetic operators in c++?..

Answer / Bineet Kumar

Arithmetic Operators in C++ include: addition (+), subtraction (-), multiplication (*), division (/), modulus (%), and increment (++) and decrement (--).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is a map in c++?

1 Answers  


Is empty stack c++?

1 Answers  


What do you mean by global variables?

1 Answers  


What is the latest c++ standard?

1 Answers  


What do the keywords volatile and mean mutable?

1 Answers  


How would you represent an error detected during constructor of an object?

1 Answers  


How to get the current position of the file pointer?

1 Answers  


What is the syntax for a for loop?

1 Answers  


What apps are written in c++?

1 Answers  


Write a C++ program to sort digits of all the 4 digit number and display the sorted 4 digit number

1 Answers   TATA, TCS,


What is virtual function? Explain with an example

1 Answers  


Write about the retrieval of n number of objects during the process of delete[]p?

1 Answers  


Categories