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 is meant by forward referencing and when should it be used?
Explain bubble sorting.
What is the main purpose of c++?
What is the purpose of templates in c++?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
What are the two main components of c++?
Explain stack unwinding.
How does c++ structure differ from c++ class?
What are the effects after calling the delete this operator ?
How to allocate memory dynamically for a reference?
How do you declare A pointer to a function which receives nothing and returns nothing
Can a program run without main in c++?
What is pointer to member?
How do you remove an element from a set in c++?
Describe the advantage of an external iterator.