Question 16 Which of the following would be stored in a function's stack frame? O local variables return address O param
Posted: Tue Jul 05, 2022 10:19 am
Question 16 Which of the following would be stored in a function's stack frame? O local variables return address O parameters Ostrings declared in the function Obytes allocated by malloc() Question 17 What is a potential problem a of writing up to 16 bytes past the bounds of an array in a function's stack frame, given that the function is not main())? O Will corrupt the return address ● Will cause a segmentation fault. O Will not compile. O No problem with this. 1 pts 1 pts