What is the difference between const and constexpr?
Answer Posted / glibwaresoftsolutions
• 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
What is pointer to array in c++?
Why ctype h is used in c++?
List down the guideline that should be followed while using friend function.
Does dev c++ support c++ 11?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
Explain the purpose of the keyword volatile.
Is c++ a float?
State two differences between C and C++.
How the virtual functions maintain the call up?
What is a manipulative person?
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
What is the best c++ ide?
How can you link a c++ program to c functions?
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
Explain differences between new() and delete()?