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
Define friend function.
Comment on local and global scope of a variable.
What are the differences between new and malloc?
Write a short code using c++ to print out all odd number from 1 to 100 using a for loop
Differentiate between late binding and early binding.
Define the process of handling in case of destructor failure?
Explain the static member function.
What is a class template in c++?
Where and why do I have to put the "template" and "typename" keywords?
What is a node class in c++?
Differentiate between an external iterator and an internal iterator?
What are c++ data types?
When does a 'this' pointer get created?
What are the uses of typedef in a program?
Which field is used in c++?