Answer Posted / ayesha
!
Logical NOT
&
Address-of
~
One's complement
*
Pointer dereference
+
Unary plus
++
Increment
–
Unary negation
––
Decrement
conversion operators
conversion operators
Of the operators shown in preceding table, the postfix
increment and decrement operators (++ and ––) are treated
separately in Increment and Decrement.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Get me a number puzzle game-program
what is the drawback of classical methods in oops?
What is class encapsulation?
Why do we use oop?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
Whats oop mean?
Write a program to reverse a string using recursive function?
What is overriding vs overloading?
#include
What is difference between data abstraction and encapsulation?
What language is oop?
Which type does string inherit from?
What do you mean by variable?
What is interface? When and where is it used?
What is encapsulation with real life example?