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
Write a program to reverse a string using recursive function?
which feature are not hold visual basic of oop?
write a program that takes input in digits and display the result in words from 1 to 1000
How Do you Code Composition and Aggregation in C++ ?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
Can we have inheritance without polymorphism?
How to improve object oriented design skills?
Can abstract class have normal methods?
Why is encapsulation used?
How to call a non virtual function in the derived class by using base class pointer
Why oops is important?
What does I oop mean?
how to get the oracle certification? send me the answer
What are the types of abstraction?