Can recursive program be written in C++?


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

Post New Answer

More C++ General Interview Questions

program to print this triangle * * * * * *

12 Answers   Infosys,


Write a program to interchange 2 variables without using the third one.

0 Answers  


Difference between shift left and shift right?

1 Answers   Symphony,


What is singleton class in c++?

0 Answers  


What is the use of register keyword with the variables?

0 Answers  






Write about the access privileges in c++ and also mention about its default access level?

0 Answers  


What is meaning of in c++?

0 Answers  


What is anonymous object in c++?

0 Answers  


Is there any problem with the following: char *a=NULL; char& p = *a;?

1 Answers  


When does a 'this' pointer get created?

0 Answers  


What is general format for a prototype?

0 Answers  


What is the difference between interpreters and compilers?

0 Answers  


Categories