Can we provide one default constructor for our class?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between a pointer and a reference?
0 Answers Amazon, Blue Star, C DAC,
What is partial specialization or template specialization?
What are string library functions(syntax).
What does malloc return in C and C++?
How can a C function be called in a C++ program?
Define type casting in C++.
How does free know the size of memory to be deleted
There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?
What is constant keyword in C++? Illustrate its various uses.
0 Answers Akamai Technologies, Infogain,
Write a C++ Program to Check Whether a character is Vowel or Consonant.
What are the major differences between C and C++?
What do you know about Volatile keyword in C++? Explain with an example code.