How do you prevent buffer overflows in C?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
• Use bounds checking while working with arrays.
• Use safer functions like snprintf() instead of sprintf().
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
• Use bounds checking while working with arrays.
• Use safer functions like snprintf() instead of sprintf().
| Is This Answer Correct ? | 0 Yes | 0 No |
Write a program to reverse a given number in c language?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
program that accepts amount in figures and print that in words
2 Answers Infosys, Lovely Professional University, Wipro,
what is difference between procedural language and functional language ?
Is fortran faster than c?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
Differentiate Source Codes from Object Codes
What is the difference between c and python?
How to get string length of given string in c?
Why is c called "mother" language?
Explain the properties of union.