InterviewSolution
Saved Bookmarks
| 1. |
Suppose A Function Named Func_test_a Calls Another Function, Func_test_b. If The Func_test_b Function Is Dropped, What Will Be The Effect On The Func_test_a Function? |
|
Answer» The CALLING FUNCTION func__test_a becomes invalid. It has to be edited and COMPILED again to become VALID. The calling function func__test_a becomes invalid. It has to be edited and compiled again to become valid. |
|