Freelance Writing Jobs | Today's Articles | Sign In

 

May 25, 2006

Functions in C Programming

In the recent Functions and Parameters in C article, we take a look at creating user defined functions in C. Just to get you up to speed, a function is used to execute some named code.

So rather than writing all your code in one big block, you can organise it. Not to mention reuse bits of it along the way. Two great reasons to learn about functions, in my opinion.

Of course, this is also explained in more detail in the general programming section of the topic - so if you're not into C, you could take a quick look over at the Functions article in that series.

It's all good stuff for those just looking for general programming information too!




What do you think about this blog?

NOTE: Because you are not a Suite101 member, your comment will be moderated before it is viewable.
post your comment
What is 8+10?