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
Is it possible to write a c++ template to check for a function's existence?
What are dynamic type checking?
What is the difference between the functions rand(), random(), srand() and randomize()?
What is object in c++ example?
Can we define a constructor as virtual in c++?
What are manipulators in c++ with example?
Does improper inheritance have a potential to wreck a project?
What is c++ array?
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
Explain rtti.
What are the sizes and ranges of the basic c++ data types?
which of the following is not an secondary constant a) array b) real c) union
What is difference between malloc()/free() and new/delete?
How many types of comments are there in c++?
What is #include iostream h in c++?