answersLogoWhite

0

The only "special" operators in C++ are those that cannot be overloaded. That is; the dot member operator (.), pointer to member operator (.*), ternary conditional operator (:?), scope resolution operator (::), sizeof() and typeof().

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

Printf and scanf Operators in C and C plus plus?

No, they are functions. Operators are -> or ++or /=


C plus plus bit-wise operators?

Are very useful. Examples: & | ^ ~


What are the storage allocation in C plus plus?

They mostly deal with pointers and new operators in memory.


What is used to test value of character or integer in c plus plus?

Use the comparison operators (==, <, <=, >, >=). All primitives (including char and int) support these built-in operators.


Compare java arithmetic and logic operators with c arithmetic and logical operators?

They are very similar,but when we do logic operators there are still some differences.In c or c plus plus ,logic true can be expressed as'true' or '0',but in java,true is just 'true'.If you gave a zero,it will treat it as type of integer ,and so as false.


What are the different types of operations of c?

c have different types of operations are there these are 1:logical operators 2:conditional 3:arithmetic 4:bit wise operators 5:increment&decrement 6:relational operators 7:assignment operators 8:special operators we can use above operators. we can implementing the operations. suppose logical operators &&,,! by using these we can implement operations


What are new and delete operators in c plus plus?

New and Delete are the memory management operators in c++,like c language we use malloc() and calloc() functions to allocate memory and free() functiong to release the memory similarily we use new to allocate memory in C++ and Delete to release the allocated memory....


What are the mathematical operators of c?

the mathematical operators of c are.....%,*,/,+,-


Write a c plus plus program to find the largest among three numbers using ternary operators?

R = (A > B && A > C) ? A : (B > C) ? B : C; // parentheses not necessary - for clarity only


Casting in c plus plus?

Yes, you can cast in C++, both statically and dynamically. Objects can also be cast provided the class designer implemented the appropriate conversion operators.


What are the operators in c tokens?

All arithmetic, logical operators are operators in c tokens. As: +, - , ++, --, %, &&, &, >>, << etc.


How do you link a C plus plus program to C functions?

It should work without any special action.

Trending Questions
Where could one find a tutorial for inserting an image using HTML? What are four things Chinese created or invented? If a heater delivers 1500 watts at 110 volts how much the electricity bill will be a month if it is on all the time I leave in Chicago? What class lever is a toilet flush? What safeguards could be imposed when someone sabotage a system by repeatedly creating processes and making them wait for events that will never happen? If the output current is 3.9A on a 19.5V ac adapter can this adapter be replaced with a new ac adapter with an output of 4.7A current on a 19.5V adapter? How many GCSE's do you need to become a dentist? Difference between Internal hashing n external hashing? What are the advantages and disadvantages of flow nozzle? What is icr class? Why hemispherical head for pressure vessel? Can arrays be processed with a single instruction.....without running a loop? What are the disadvantages of using a scaling tower? With an example explain the different string methods in java? What is the acceptable voltage on site? Wap to merge two arrays using c? Wiring Diagram for capacitor start motor with centrifugal switch? What are 3 Chinese inventions that still exist today? When a manual refers to a particular resistor as 2.2 megohm resistor does this means the resistor can safely carry a current of 2200000 amperes? Technology has allowed for the construction of skyscrapers and other high rise buildings how could these buildings be viewed as having a positive and negative environmental effect?