When const is used at the end of a function prototype (preceding the semicolon), the following are true EXCEPT

A. const must also be placed at the end of the function heading of the corresponding function in the implementation file
B. when the function is called from the main program, it is called the same way as if const were not even used
C. the returned value must be a literal number instead of the value of a variable
D. it can aid in debugging

C

Computer Science & Information Technology

You might also like to view...

Once users create a table sort, they can only modify the existing sort or create a new higher priority sort. They cannot delete the sort

Indicate whether the statement is true or false

Computer Science & Information Technology

When assessing _____, a systems analyst must consider the interaction between time and costs.?

A. ?resource feasibility B. ?technical feasibility C. ?schedule feasibility D. ?market feasibility

Computer Science & Information Technology