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

What is null pointer and void pointer?

0 Answers  


How do I open binary files?

1 Answers  


Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .

0 Answers  


Explain differences between alloc() and free()?

0 Answers  


what is object?

7 Answers  


Is oops and c++ same?

0 Answers  


What do you mean by inheritance in c++?

0 Answers  


Difference between a homogeneous and a heterogeneous container

0 Answers  


Difference between overloading vs. Overriding

0 Answers  


What is the use of :: operator in c++?

0 Answers  


What is a "RTTI"?

6 Answers   HCL,


If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?

2 Answers  


Categories