Problem
What does secure programming mean to you? Does it mean that your program can handle all the inputs, including unexpected or unanticipated ones? Does it mean that your program would sometimes terminate abruptly? Does it mean your program should not access a memory location it is not supposed to access when executed?
Discuss the above questions, providing examples of code snippets from programs you have developed so far in this course to illustrate your discussion points.