What is a down cast?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is the header file for setw?

0 Answers  


Evaluate: int fn(int v) { if(v==1 || v==0) return 1; if(v%2==0) return fn(v/2)+2; else return fn(v-1)+3; } for fn(7); a) 10 b) 11 c) 1

4 Answers   Quark,


Is c++ a float?

0 Answers  


What is the most powerful coding language?

0 Answers  


If dog is a friend of boy and boy is a friend of house, is dog a friend of house?

0 Answers  






Explain the advantages of using friend classes.

0 Answers  


What data encapsulation is in c++?

0 Answers  


Difference between an inspector and a mutator

0 Answers  


What is the Standard Template Library?

1 Answers  


write program for palindrome

81 Answers   Amazon, Aricent, CSC, GE, HCL, Infosys, Syntel, Temenos, Wipro,


What are the important differences between c++ and java?

0 Answers  


What is "mutable" keyword?

2 Answers   Infosys, Teradata,


Categories