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 the difference between static global and global ?

2 Answers   CA,


Is c++ an oop?

0 Answers  


What is the use of dot in c++?

0 Answers  


How do I start a c++ project?

0 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

0 Answers   CTS,






Is there any difference between dlearations int* x and int *x? If so tell me the difference?

16 Answers   Lason,


What is a local reference?

0 Answers  


What is the best c++ compiler for windows 10?

0 Answers  


How does a copy constructor differs from an overloaded assignment operator?

0 Answers  


write a function signature with various number of parameters.

0 Answers  


What are vectors used for in c++?

0 Answers  


What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass

0 Answers  


Categories