Multiple choice Memory allocation at the run time is known as Static memory allocation Dynamic memory allocation Paging None of these Reveal answer Fill a bubble to check yourself B Correct answer Explanation Dynamic memory allocation occurs during runtime when programs request memory using functions like malloc() or new. Static allocation is fixed at compile time and cannot change during execution.