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
How a pointer differs from a reference?
Explain the concept of friend function in c++?
What are manipulators in c++ with example?
What is the use of data hiding?
What are the advantages of inheritance in c++?
What is the first name of c++?
What is a multimap c++?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
Is it possible to have a recursive inline function in c++?
What is difference between c++ and c ++ 14?
How can virtual functions in c++ be implemented?
Can java be faster than c++?
What is the two main roles of operating system?
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?
Who calls main function?