5. Can inline functions have a recursion?

Answer Posted / prashanth c patel

inline function are recursive.

Is This Answer Correct ?    2 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the benefits of operator overloading?

881


What is the use of main function in c++?

721


What is size_type?

709


What is the latest c++ standard?

872


what is c++

2048


How come you find out if a linked-list is a cycle or not?

766


Why c++ is the best language?

783


What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?

828


What is the difference between delegation and implemented-in-terms-of?

763


How do you find out if a linked-list has an end? (I.e. The list is not a cycle)

786


What are the extraction and insertion operators in c++?

750


What can I safely assume about the initial values of variables which are not explicitly initialized?

805


What is a block in c++?

769


Explain the uses of static class data?

832


Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D

3369