What is constant in c++ with example?


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

Post New Answer

More C++ General Interview Questions

To which numbering system can the binary number 1101100100111100 be easily converted to?

0 Answers  


How many lines of code you have written for a single program?

4 Answers   BoA,


Describe the advantage of an external iterator.

0 Answers  


Where is atoi defined?

0 Answers  


You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()

0 Answers  






What are register variables?

0 Answers  


If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?

0 Answers  


print first nodd numbers in descending order

7 Answers  


What are static variables?

0 Answers  


Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?

0 Answers  


What are stacks? Give an example where they are useful.

0 Answers  


Describe functional overloading?

6 Answers   HP,


Categories