A.static_cast B.dynamic_cast C.const_cast D.reinterpret_cast
A.if(n==10) B.if(10==n) C.if(n>10&&n<10) D.if(n>=10&&n<=10)