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

There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?

0 Answers   Alter,


What are the advantages and disadvantages of B-star trees over Binary trees?

0 Answers  


What is RTTI and why do you need it?

0 Answers   Amazon,


Find the Factorial of a number using a program.

0 Answers   Accenture,


How to run C++ program in cmd

0 Answers  






What do you know about Volatile keyword in C++? Explain with an example code.

0 Answers   Adobe,


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

1 Answers  


What is the difference between an ARRAY and a LIST in C++?

0 Answers   IBS, TCS,


What is the 4 difference between delete[] and delete?

0 Answers   Alter,


What Is A Default Constructor in C++ ?

0 Answers   Amazon,


What is the difference between member functions and static member functions?

0 Answers   Alter,


C++ Public access specifier instead of Private – What is bad ?

0 Answers  


Categories