Mention the ways in which parameterized can be invoked. Give an example of each.
No Answer is Posted For this Question
Be the First to Post Answer
char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
Explain what is polymorphism in c++?
I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.
Is overriding possible in c++?
What is c++ manipulator?
when can we use virtual destructor?
7 Answers HCL, HP, Virage Logic,
Are php strings immutable?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
What is a constant? Explain with an example.
What is dev c++ used for?
What is the use of 'using' declaration in c++?