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

How many storage classes are available in C++?

1 Answers  


How compile and run c++ program in turbo c++?

0 Answers  


What is the use of function pointer?

0 Answers  


What is c++ code?

0 Answers  


Explain differences between alloc() and free()?

0 Answers  






What do you mean by delegate? Can a user retain delegates?

0 Answers  


what is the use of void main() in C++ language?

0 Answers  


Write a program which uses Command Line Arguments

0 Answers  


What is data structure in c++?

0 Answers  


What will i and j equal after the code below is executed? Explain your answer.

1 Answers  


What are virtual constructors/destructors?

0 Answers  


Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.

4 Answers   Quark,


Categories