It's UWAweek 47

help2002

This forum is provided to promote discussion amongst students enrolled in CITS2002 Systems Programming.
Please consider offering answers and suggestions to help other students! And if you fix a problem by following a suggestion here, it would be great if other interested students could see a short "Great, fixed it!"  followup message.
Displaying the 4 articles in this topic
Showing 4 of 828 articles.
Currently 81 other people reading this forum.


 UWA week 37 (2nd semester, week 7) ↓
SVG not supported

Login to reply

👍?
helpful
5:22pm Thu 12th Sep, ANONYMOUS

Hi, Does our program need to check if a function call has the correct number of arguments corresponding to its defined function's parameters?


SVG not supported

Login to reply

👍?
helpful
5:26pm Thu 12th Sep, ANONYMOUS

1st project tag


SVG not supported

Login to reply

👍?
helpful
9:24pm Thu 12th Sep, Joshua N.

ANONYMOUS wrote:
> Hi, > > Does our program need to check if a function call has the correct number of arguments corresponding to its defined function's parameters?
Best to ask Amitava.


SVG not supported

Login to reply

👍?
helpful
3:28pm Fri 13th Sep, Amitava D.

ANONYMOUS wrote:
> Hi, > > Does our program need to check if a function call has the correct number of arguments corresponding to its defined function's parameters?
C accepts variable number of parameters in functions, so any parameter mismatch will be tolerated by the C compiler. You need not check the correctness of parameters.

The University of Western Australia

Computer Science and Software Engineering

CRICOS Code: 00126G
Written by [email protected]
Powered by history
Feedback always welcome - it makes our software better!
Last modified  8:08AM Aug 25 2024
Privacy policy