Can a built-in function be recursive?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

How new/delete differs from malloc()/free?

0 Answers  


. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?

0 Answers  


What is c++ programming language?

0 Answers  


What is a vector c++?

0 Answers  


What is an inclusion guard?

0 Answers  






Describe the advantages of operator overloading?

0 Answers  


Does c++ have finally?

0 Answers  


Explain how overloading takes place in c++?

0 Answers  


What is scope in c++ with example?

0 Answers  


What is name hiding in c++?

0 Answers  


What is an inline function in c++?

0 Answers  


What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random

0 Answers  


Categories