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
When does the c++ compiler create temporary variables?
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
What is the difference between #import and #include?
Should a constructor be public or private?
Explain the differences between list x; & list x();.
What are the different types of comments allowed in c++?
Which c++ operator cannot overload?
what are the types of Member Functions?
What are the 3 levels of programming languages?
What is an inclusion guard?
How do you traverse a btree in backward in-order?
In the derived class, which data member of the base class are visible?
What is the difference between an array and a list?
Is C++ case sensitive a) False b) Depends on implementation c) True
What are the important differences between c++ and java?