What is code reusability in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to swap 2 chars without using a third varable? char *s = "A"; char *p = "B";
write a program that a 5 digit number and calculates 2 power that number and prints it.
2 Answers Vimukti Technologies,
Is empty stack c++?
Tell me can a pure virtual function have an implementation?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
Explain virtual destructor?
If all is successful, what should main return a) 0 b) 1 c) void
What are c++ storage classes?
What does new return if there is insufficient memory to make your new object?
Write a recursive program to calculate factorial in c++.
What do you mean by translation unit?
What is jump statement in C++?