1Q:1. Which of the following programming languages 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
2
Answer:
2.C, C++
Explanation:
The problem of buffer overflows is common in the C and C++ languages because they expose low level representational details of buffers as containers for data types.
pls mark my answer as brainliest
Similar questions