This Program will print 1 to 100 counting without loop in C++ . For this program we used recursive function. A recursive function is that which call itself again and again. The function calling is in the body of the function and when we want to terminate the function we apply some condition to it which called base case.
- Blogger Comment
- Facebook Comment
Subscribe to:
Post Comments
(
Atom
)
0 comments:
Post a Comment