answersLogoWhite

0

There is no such thing. Logic is bitwise operation, not a data type.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

Drawbacks of c plus plus?

Not as commonly used. More schools are replacing their c++ classes with java classes.


Are all C plus plus classes subtypes?

no


Why do you need c plus plus?

For programming. C++ is better than C because it is object-oriented and has classes.


What year c plus plus was developed?

Developed in 1979 by the name of C with classes. Renamed to C++ in 1983.


What is diffence between c and c plus plus?

main difference b/w c and c++ is that c is procedural language whereas c++ is object oriented language also classes are not used in c but in c++ classes are used.


What was c plus plus previously called?

'C with Classes' began development in 1979. The name changed to 'C++' in 1983.


Programming codes under classes in c plus plus?

Are called methods.


What are filestream classes in c plus plus?

The file stream classes (ifstream and ofstream) are derivatives of the I/O stream classes (istream and ostream) that are specific to file input and output.


How do you easily learn c and c plus plus programming?

Well you can develop your logical skills by solving some puzzles like sudoku or other mathematical puzzles. By developing logical skills you can develop your mind to apply logics in programming.


What are the logical errors in c plus plus programs?

A logical error is an error that violates a class invariant or a logical precondition. Logic errors are typically detected at compile time and typically throw a derivative of std::logic_error exception. By contrast, runtime exceptions throw a derivative of std::runtime_error. Both classes can be found in <stdexcept>. The built-in std::logic_error types are: domain_error, invalid_argument, length_error, out_of_range and future_error.


How you use stack in c plus plus classes?

It would be easier to manipulate the stack in assembly language rather than C++.


Who is the inventor of c plus plus language?

C was initially developed by Dennis Ritchie from 1969 to 1973. C++ was initially developed by Bjarn Stroustrup from 1979 (when it was known as C with Classes) to 1983 (when it was renamed C++). Both developers worked at Bell Labs at the time.