Which statement is false?
a) The notations int *array and int array[] are interchangeable.
b) Function prototypes may not be placed inside functions.
c) Good advice: To encourage software reusability, when passing an array, also pass the size of the array.
d) Global variable violate the principle of least privilege.
b) Function prototypes may not be placed inside functions.
Computer Science & Information Technology
You might also like to view...
The area that holds all of the instructions the computer needs to start up is the RAM
Indicate whether the statement is true or false
Computer Science & Information Technology
An alternative method to using the negative sign to make the result positive is to use the ABS function
Indicate whether the statement is true or false
Computer Science & Information Technology