C++ exercise: correct function declarations
Submitted By:
bilderbikkel
Rating:





(
Rate It)
Share:
By Email
Visit
Description
The function declaration is the (inter)face of a function. And for function declarations the rule 'What you omit, means something' holds. Advanced programmers therefore make different assumptions from a function declaration then beginners.
In this exercise, ten seemingly correct function declarations are shown. Detect the error and argue how these can be improved.
Comments (5)
c++




Posted by: mamo on Monday, March 15, 2010
C++




Posted by: Ei That Phoo on Wednesday, May 05, 2010
amazing




Posted by: dermack on Saturday, November 06, 2010
C++ beginners .ppt slides




Posted by: Sundayy on Monday, February 21, 2011
Hello:
the powerpoint slides were very good and I would like to see more. Please let me know where or when they become available.
Thank You
Q9




Posted by: PhilipT on Thursday, February 02, 2012
In Q9, isn't it asking for trouble to have the same name for two different formal parameters?
Add Your Rating