What is meant by const_cast?


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

Post New Answer

More C++ General Interview Questions

What is meant by entry controlled loop?

0 Answers   Agilent, ZS Associates,


Out of fgets() and gets() which function is safe to use and why?

0 Answers  


Write about c++ storage classes?

0 Answers  


What is a type library?

0 Answers  


How would you implement a substr() function that extracts a sub string from a given string?

0 Answers  






Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).

0 Answers  


What is this pointer in c++?

1 Answers  


without if else statement can be written ah

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,


What is the basic difference between C and C++?

0 Answers   NIIT,


Differentiate between a template class and class template?

1 Answers  


What are the five basic elements of a c++ program?

0 Answers  


Categories