How const functions will be treated by compiler?
Answer Posted / window
Question is "How const functions will be treated by
compiler?" you guys answered the question "What do you now
about const functions?"
Please do not write what you know. Because of answers like
this, questions in websites are becoming obsolete.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a constructor and how is it called?
What is scope in c++ with example?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
What parameter does the constructor to an ofstream object take?
Can non-public members of another instance of the class be retrieved by the method of the same class?
State the difference between pre and post increment/decrement operations.
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
Mention the ways in which parameterized can be invoked. Give an example of each.
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
Briefly describe a B+ tree. What is bulk loading in it?
Which software is used to run c++ program?
Explain the term memory alignment?
What are files in c++?
What is an operator function? Describe the function of an operator function?
How do you differentiate between overloading the prefix and postfix increments?