answersLogoWhite

0


Best Answer

All the standard arithmetic operations are supported in C++. The most common operations, such as plus, minus, multiply and divide are built-in for all the numeric primitives, as well as C++ specific operators like post-increment and pre-increment (++). More complex mathematical and trigonometric operations are provided by functions declared in math.h. Your IDE may include other libraries, or you can download public-domain libraries, or simply write your own.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

char, short (unsigned, signed), (unsigned, signed), long (unsigned, signed).

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

+ (Add)

- (Subtract)

* (Multiply)

/ (Divide)

% (Modulus aka. remainder)

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What type of integers are supported by C plus plus?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering
Related questions

Can a trinomial x2 plus bx plus c where b and c are integers be factored with integer coefficients if its discriminant is 35?

No.


What is feature that supported in c c plus plus and java but not in net?

C, C++ and Java are cross-platform languages. NET is for Windows-only.


Which c plus plus supported by window7?

You can download latest version of Visual Studio from microsoft.com


Why is c plus plus language more portable than c language?

They are equally portable. Conditional compilation is supported by both languages.


Write a c plus plus program to compute two integers?

int x= 1; int y= 2;


C plus plus file processing that will input 12 integers?

#include<iostream> #include<vector> int main() { std::vector<int> integers (12); for (size_t loop=0; loop<integers.size(); ++loop) cin >> integers[loop]; }


How many ordered triples of positive integers satisfy the equation a plus b plus c equals 6?

There are 6 such triples.


What is the name of the structure type in C plus plus?

The same as in C, struct.


User defined data type in c plus plus?

Use "typedef" : both in C and C++.


How do you apply if in char type in c plus plus?

char x = "C"; if(char == 'C') { } else { }


What are the positive integers for which a plus b plus c plus d equals 20 and abcd equals 81?

If a, b, c, and d are positive integers that add up to 20 they each must be less than 20. If abcd=81 then a, b, c, and d must be factors of 81. The factors of 81 are 1,3,9 then 27, so there is no solution to this problem.


If AA plus bb plus cc equals dwhere a and b are consecutive positive integers and c equals ab then root d is what?

+/- 11