Define friend function.
No Answer is Posted For this Question
Be the First to Post Answer
Define Virtual function in C++.
Write a struct time where integer m, h, s are its members?
if i want cin 12345678910 and cout abcdefghij. so how can i create the program?. example : if i key in 8910 so the answer is ghij.
Explain stack & heap objects?
What is Pure Virtual Function? Why and when it is used ?
sizeof - is it a function or operator?
What is nested class in c++?
How do you test your code?
Explain how to initialize a const member data.
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
Describe the process of creation and destruction of a derived class object?
What is the limitation of cin while taking input for character array?