Q. Which one is false regarding local variables? (A) These can be accessed only inside owning function (B) Any changes made to local variables does not reflect outside the function. (C) These remain in memory till the program ends (D) None of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) These remain in memory till the program ends