What is constant keyword in C++? Illustrate its various uses.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ Interview Questions

Is there a difference between class and struct?

0 Answers  


What is Copy Constructor?

5 Answers   ABC, Siemens,


What are issues if we mix new and free in C++?

0 Answers  


Identify the error in the following program. #include<iostream.h> void main() { int i = 0; i = i + 1; cout « i « " "; /*comment *//i = i + 1; cout << i; }

1 Answers  


Write a C++ program to print strings in reverse order.

0 Answers   Amdocs,






When would you use a pointer? A reference?

0 Answers   Amazon,


Briefly explain various access specifiers in C++.

0 Answers   Amdocs,


What do you by Function Overloading in C++?

0 Answers   Akamai Technologies, Infogain,


Write a C++ Program to Find Sum and Average of n numbers using for loop.

1 Answers  


What is a virtual base class?

6 Answers   Fidelity, Siemens,


What does it mean to take the address of a reference?

0 Answers   Amazon,


What is Boyce Codd Normal form?

0 Answers   IBS,


Categories