Coding a function prototype as ____ makes sense when the function is used by a number of other functions in a source code file.
A: private
B: global
C: local
D: void
A: private
B: global
C: local
D: void
举一反三
- The MATLAB function [a,Jm] = lsqcurvefit(fun,a0,x,y, opts), fun is the MATLAB description to the prototype function, which functions can be used as prototype functions.( ) A: M-function B: anonymous function C: inline function D: not sure
- The purpose of the ____ storage class is to extend the scope of a global variable declared in one source code file into another source code file. A: auto B: static C: extern D: register
- Variables created inside a function are available only to the functions in the same C file.
- The function rewind can .? move the file pointer to the end of the file.|move the file pointer to the specific location of the file.|move the file pointer to the beginning of the file.|move the file pointer to the location of the next character.
- A function that calls another function is referred to as the ____. A: function prototype B: called function C: calling function D: function declaration