What is the difference between const and constexpr?

Answer Posted / nashiinformaticssolutions

• const: Value remains constant; evaluated at runtime.
• constexpr: Evaluated at compile time for optimization.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it possible to write a c++ template to check for a function's existence?

776


What are dynamic type checking?

780


What is the difference between the functions rand(), random(), srand() and randomize()?

940


What is object in c++ example?

823


Can we define a constructor as virtual in c++?

801


What are manipulators in c++ with example?

778


Does improper inheritance have a potential to wreck a project?

852


What is c++ array?

741


I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?

1767


Explain rtti.

776


What are the sizes and ranges of the basic c++ data types?

778


which of the following is not an secondary constant a) array b) real c) union

1507


What is difference between malloc()/free() and new/delete?

838


How many types of comments are there in c++?

747


What is #include iostream h in c++?

832