Computer Science, asked by yashprajapati9795, 6 months ago

Which of the following programming language have common buffer overflow problem in the development of applications?
1.C, Ruby
2. C, C++
3. Python, Ruby
4. C, Python​

Answers

Answered by Anonymous
9

Answer:

The character buffers have no intrinsic size. They are an area in memory. A common problem with applications written in C is that malicious users can provide string data that's longer than the program expects, and thus write to areas of memory which should be used for other purposes.

Explanation:

plz like and mark me as brainiest plz like

Similar questions