What do you mean by const correctness?


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

Post New Answer

More C++ General Interview Questions

What do you mean by internal linking and external linking in c++?

1 Answers  


int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?

11 Answers   HCL, Mphasis,


Explain differences between alloc() and free()?

0 Answers  


Define pointers?

0 Answers  


What is a smart pointer?

1 Answers  






In C++ cout is: a) object b) class c) something else

11 Answers   Infosys, Lehman Brothers,


What is vectorial capacity?

0 Answers  


write a C++ programming using for loop: * * * * * * * * * *

4 Answers   TCS,


Define basic type of variable used for a different condition in C++?

0 Answers  


what are Operators and explain with an example?

0 Answers  


What is the identity function in c++? How is it useful?

0 Answers  


Is empty stack c++?

0 Answers  


Categories