Answer Posted / sathish, cognizant
Any unary expression is considered a cast expression.
The compiler treats cast-expression as type type-name after
a type cast has been made.
Casts can be used to convert objects of any scalar type to
or from any other scalar type.
Explicit type casts are constrained by the same rules that
determine the effects of implicit conversions.
Additional restraints on casts may result from the actual
sizes or representation of specific types.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What does and I oop mean in text?
What is the renewal class?
Write a program to reverse a string using recursive function?
What are the benefits of interface?
What is this pointer in oop?
What is the difference between a constructor and a destructor?
which feature are not hold visual basic of oop?
What is object in oop with example?
Is oop better than procedural?
Can a destructor be called directly?
What are oops methods?
Why do we need oop?
What is abstraction in oops with example?
What do you mean by Encapsulation?