C++ Programming Questions


Q.  Which of the following is not a casting operator in CPP?

a. explicit_cast
b. static_cast
c. dynamic_cast
d. reinterpret_cast



 
 

    Discussion

Post your comment / Share knowledge