Which of the following statement is true?
A)
The calling function is not free to ignore the returned value.
B)
while loop is not a control flow statement that allows code to be executed repeatedly based on a given boolean condition.
C)
The return mechanism is not the mechanism for returning a value from the called function to its caller.
D)
Function declaration and definition is not the area where the ANSI standard has made the most changes to C.
E)
Functions in C break large computing tasks into smaller ones.
Answers
Answered by
1
Answer:
d is the answer beca its is true standard
Similar questions