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
Are there interfaces in c++?
what is the use of void main() in C++ language?
What is the use of setprecision in c++?
What is constructor and destructor in c++?
Explain what is class definition in c++ ?
What is the history of c++?
What is the type of 'this' pointer? When does it get created?
What is size of string in c++?
What is data binding in c++?
Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?
Can I learn c++ in a week?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
What is ios :: in in c++?
What is the function to call to turn an ascii string into a long?
What are the stages in the development cycle?