C - Loop Control Statements
In a C function, what is the immediate effect on the function's execution when a
return statement is encountered inside a loop?return statement is encountered inside a loop?return statementreturn statement immediately terminates the function and returns control to the caller.return is executed inside a loop, it does not just exit the loop but the entire function.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions