Hello!
I am a new c leaner.
Can I call a function from a different function apart from the main ?
And is this also part of recursive?
kubura musah 0 Newbie Poster
Recommended Answers
Jump to PostYou can call a function from anywhere.
You can call a function from main and this function inside it's body can call other functions. Those other functions can also call functions. This is how you build up complex applications.
A recursive function is one that calls itself. This is often …
All 3 Replies
DaveAmour 160 Mmmmmm beer Featured Poster
rubberman 1,355 Nearly a Posting Virtuoso Featured Poster
kubura musah 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.