How const functions will be treated by compiler?
Answer Posted / anil
it not allow to change value of the const variable.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What are virtual constructors/destructors?
What is :: operator in c++?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
When does a name clash occur in c++?
Which operator cannot be overloaded c++?
State two differences between C and C++.
Define upcasting.
Difference between overloaded functions and overridden functions
Explain Memory Allocation in C/C++ ?
What are 2 ways of exporting a function from a dll?
what are the iterator and generic algorithms.
What is searching? Explain linear and binary search.
What are vtable and vptr?
What is pure virtual function? Or what is abstract class?
Can turbo c++ run c program?