Question 5
Consider the program given below.
1 void function(int a, int b, int c)2 {3 char buffer1[5]4 char buffer2[10];5 }6 void main7 {8 function(1,2,3);9 }When buffer2[10] = buffer1[0] occurs, the situation is known as ___.
Heap overflow
Buffer overflow
Frame overflow
Stack overflow