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


Please Help Members By Posting Answers For Below Questions

What is auto type c++?

620


Do the names of parameters have to agree in the prototype, definition, and call to the function?

591


Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

605


What will happen if a pointer is deleted twice?

712


What are the four partitions in which c++ compiler divides the ram?

694






What is a class template?

576


Where must the declaration of a friend function appear?

528


Difference between delete and free.

601


What is abstraction c++?

579


In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?

578


You want to link a c++ program to c functions. How would you do it?

529


What are the vectors in c++?

574


What is oop in c++?

591


How come you find out if a linked-list is a cycle or not?

563


What are protected members in c++?

607