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

Factory Method C++ – How to delete pointers returned by it

0 Answers  


Difference between Call by pointer and by reference.

0 Answers   Adobe,


How do you write a function that can reverse a linked-list in C++?

0 Answers   IBS,


Explain why C++ is not purely Object Oriented Language

0 Answers   Aspire,


What is the difference between public, private, and protected inheritance?

0 Answers   Amazon,






Explain the difference between C and C++.

0 Answers   Accenture,


What are "pure virtual" functions?

0 Answers   Adobe, Alter, iNautix,


Write a C++ Program to Find Sum and Average of three numbers.

1 Answers  


Describe the different styles of function prototypes in C++.

0 Answers   Adobe,


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  


What do you by Function Overloading in C++?

0 Answers   Akamai Technologies, Infogain,


What is the difference between creating an object, using 'new' and using 'malloc'?

3 Answers   HFG, Siemens,


Categories