Question 16 Which of the following would be stored in a function's stack frame? O local variables return address O param
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Question 16 Which of the following would be stored in a function's stack frame? O local variables return address O param
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