Answer Posted / ajay yadav
Unary operators are those...which operate on only one
operand.
For eg. a++(only one operand is present) as we are
incrementing the value for a.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
explain sub-type and sub class? atleast u have differ it into 4 points?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
What is meant by multiple inheritance?
What are the three main types of variables?
What does it mean when someone says I oop?
What are the types of abstraction?
Plese get me a perfect C++ program for railway/airway reservation with all details.
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
write a program to find 2^n+1 ?
Which is not an object oriented programming language?
How does polymorphism work?
What is polymorphism and example?
What is class and example?
What is destructor example?
What are constructors in oop?