Q. The scope of a function is limited to? (A) Current block (B) Only function (C) Whole file (D) Directory ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) Whole file Explanation: The scope of a function is limited to the file it is declared in.