the maximum length of a character constant can be

a) 2

b) 1

c) 8


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

Post New Answer

More C++ General Interview Questions

What is runtime polymorphism in c++?

0 Answers  


Problem 6: Area of a trapezoid can be calculated by the following formula: A=(b1 b2)×h2 where b1 and b2 are the parallel sides or the bases and h is length of height Write a C code of this program

0 Answers   Maxobiz,


We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?

0 Answers  


Can notepad ++ run c++?

0 Answers  


What does ios :: app do in c++?

0 Answers  






When is a template better solution than a base class??

2 Answers   emc2,


Generally variables are stored in heap memory. When he variables are created in stack?

4 Answers   Persistent,


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

16 Answers   Lason,


What is the full name of logo?

0 Answers  


Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.

0 Answers  


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

0 Answers  


Can a program run without main?

0 Answers  


Categories