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 |
What is a map in c++?
Is empty stack c++?
What do you mean by global variables?
What is the latest c++ standard?
What do the keywords volatile and mean mutable?
How would you represent an error detected during constructor of an object?
How to get the current position of the file pointer?
What is the syntax for a for loop?
What apps are written in c++?
Write a C++ program to sort digits of all the 4 digit number and display the sorted 4 digit number
What is virtual function? Explain with an example
Write about the retrieval of n number of objects during the process of delete[]p?