nerdexam
Exams312-50V10Questions#191
EC-Council

312-50V10 · Question #191

312-50V10 Question #191: Real Exam Question with Answer & Explanation

Sign in or unlock 312-50V10 to reveal the answer and full explanation for question #191. The question stem and answer options stay visible for context.

System Hacking

Question

Which of the following programming languages is most susceptible to buffer overflow attacks, due to its lack of a built-in-bounds checking mechanism? Code: #include <string.h> int main(){ char buffer[8]; strcpy(buffer, ""11111111111111111111111111111""); } Output: Segmentation fault

Options

  • AC#
  • BPython
  • CJava
  • DC++

Unlock 312-50V10 to see the answer

You've previewed enough free 312-50V10 questions. Unlock 312-50V10 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Topics

#buffer overflow#C++#bounds checking#memory exploitation
Full 312-50V10 Practice