First Hand Update From My Instagram

Friday, June 5, 2009

Function (Part 1)

Computer Programming (Chapter 7)



Comment:
1.This is not the hardest chapter in the subject but most student got confused start from this topic and drag the unknown to the end.
2. Don't use too much of global variable or else it will slows your program down.
3. Student always mistakenly use variable name as function name. Must avoid it.
4. Variable can be define in the parameter list, so that you don't have to redefine it again.
5. Function prototype must end with semicolon, but function header should not have any semicolon ( it will have curly bracket *winks*)
Suggestion:
1.Click on the pic i.e. notes and mind map for a larger view and it's URL.


No comments:

Post a Comment