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
What is runtime polymorphism in c++?
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
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?
Can notepad ++ run c++?
What does ios :: app do in c++?
When is a template better solution than a base class??
Generally variables are stored in heap memory. When he variables are created in stack?
Is there any difference between dlearations int* x and int *x? If so tell me the difference?
What is the full name of logo?
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
What are stacks? Give an example where they are useful.
Can a program run without main?