What is the difference between const and constexpr?

Answer Posted / hr@tgksolutions.com

• 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

Explain register storage specifier.

774


What is difference between c++ 11 and c++ 14?

755


Can I uninstall microsoft c++ redistributable?

776


Can a list of string be stored within a two dimensional array?

752


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

778


Which field is used in c++?

812


Is c++ map a hash table?

759


When we use Abstract Class and when we use Interface?where we will implement in real time?

1890


declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator

2010


What are the unique features of C++.

766


Explain the difference between c & c++?

790


What is do..while loops structure?

815


What are the general quetions are in DEna bank manager IT/System interviews?

1761


Define namespace in c++?

819


What is else syntax in c++?

839