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

What do you mean by stack unwinding in c++?

0 Answers  


Do you know about latest advancements in C++ ?

0 Answers   Agilent, ZS Associates,


When a function is made inline. Write the situation where inline functions may not work.

2 Answers  


What's c++ used for?

0 Answers  


What do you mean by inheritance in c++? Explain its types.

0 Answers  


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?

0 Answers  


What is this weird colon-member (" : ") syntax in the constructor?

0 Answers  


Can user-defined object be declared as static data member of another class?

0 Answers  


What is an object in c++?

1 Answers  


What is setiosflags c++?

0 Answers  


Why iomanip is used in c++?

0 Answers  


What are the 4 types of library?

0 Answers  


Categories