Which of the following are not legal function declarations?

a. int ave3(int a, int b, int c);
b. int 3ave(int a, int b, intc);
c. int ave3(int, int, int);
d. int ave_3(int a1, int a2, int a3);

b. int 3ave(int a, int b, intc);

Computer Science & Information Technology

You might also like to view...

A(n) ____________ for a computer program is a set of steps that explains how to begin with known information specified in a problem statement and how to manipulate that information to arrive at a solution.?

A. ?control B. ?algorithm C. ?syntax D. ?parameter

Computer Science & Information Technology

Federal agencies such as the NSA, FBI, and CIA use specialty classification schemes. For materials that are not considered "National Security Information," __________ data is the lowest-level classification.

A. sensitive B. confidential C. unclassified D. public

Computer Science & Information Technology