What is a literal in c++?


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

Post New Answer

More C++ General Interview Questions

How can a struct in c++ differs from a struct in c?

0 Answers  


What is null pointer and void pointer?

0 Answers  


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

16 Answers   Lason,


Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?

0 Answers  


Will this c++ program execute or not?

0 Answers  






Do you know what are static and dynamic type checking?

0 Answers  


Which ide is best for c++?

0 Answers  


Which of the following is evaluated first: a) && b) || c) !

0 Answers  


Explain the difference between c & c++?

0 Answers  


Describe private, protected and public?

0 Answers  


Describe delete operator?

0 Answers  


How to declare a function pointer?

0 Answers  


Categories