Contents

Which type casting performed using built-in functions?
a) Implicit type casting      
b) explicit type casting
c) expression type casting 
d) none of these

b

What the associativity is of prefix and postfix operator?
a) left-to-right    
b) right-to-left
c) top-to-bottom 
d) bottom-to-top

a

Which of the following is known as hierarchy of operators?
a) operator precedence
b) operator associativity
c) expression precedence                                  
d) expression associativity

a