Answer Posted / nashiinformaticssolutions
o const: The value is constant and determined at runtime or compile-time.
o constexpr: The value is constant and must be computed at compile-time.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you overload the operator+ for short integers?
What is the difference between passing by reference and passing a reference?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
What is the best ide for c++?
Which bit wise operator is suitable for turning off a particular bit in a number?
What are the defining traits of an object-oriented language?
Which is best ide for c++?
Write a program to show polymorphism in C++?
What is function overloading c++?
What are different types of loops in c++?
What is lvalue?
What data encapsulation is in c++?
Is c the same as c++?
What does override mean in c++?
Write a Program for find and replace a character in a string.