Will a recursive function without an end condition every quit, in practice

a) Compiler-Specific (Some can convert to an infinite loop)

b) No

c) Yes


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

Post New Answer

More C++ General Interview Questions

Write about a nested class and mention its use?

0 Answers  


What is pure virtual function?

0 Answers  


Explain linked list using c++ with an example?

0 Answers  


What is the maximum value of a unsigned char a) 255 b) 256 c) 128

0 Answers  


If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3

0 Answers  






Do you know what are pure virtual functions?

0 Answers  


How can a struct in c++ differs from a struct in c?

0 Answers  


What is constructor c++?

0 Answers  


Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.

0 Answers  


What do you mean by function and operator overloading in c++?

0 Answers  


Explain how would you handle a situation where you cannot call the destructor of a local explicitly?

0 Answers  


an operation between an integer and real always yeilds a) integer result b) real result c) float result

0 Answers  


Categories