answersLogoWhite

0

What is the use of c plus plus in banks?

Updated: 8/18/2019
User Avatar

Wiki User

13y ago

Best Answer

Programming language.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the use of c plus plus in banks?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How the turbo c plus plus use in the computer?

How the turbo c plus plus use what in the computer.


How do you use conioh header in c plus plus?

just as you do it in C.


Can you use c plus plus in windosh vista?

Only if you have a C++ compiler.


Which is best C or C plus plus?

depends what you use it for. c++ = object oriented c = not object oriented


User defined data type in c plus plus?

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


How do we add the C plus plus category in Netbeans?

To use C++ in Netbeans you will need a C++ compiler.


Can you use c in c plus plus without using class and object?

Sure.


Why are there 2 plus sign in c plus plus and Why not a single plus sign?

In C and in C++, the ++ operator means to increment. C++ was intended to be the next version, i.e. the incremental next step, of C, hence the use of the ++ operator.


How do you enter a sentence as input in c plus plus?

Use the C++ getline() function from the standard library.


Is c plus plus easy to use when making an OS?

If you're an experienced C++-programmer, they it is easy to use, even if you are not making an OS.


What is the operator of power in c plus plus?

There is no "power" operator in C or C++. You need to the use the math library function pow().


How do you create folder with c plus plus?

Use function mkdir.