Answer Posted / glibwaresoftsolutions
• Use bounds checking while working with arrays.
• Use safer functions like snprintf() instead of sprintf().
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
The difference between printf and fprintf is ?
Differentiate fundamental data types and derived data types in C.
Why is c fast?
Explain how do you determine a file’s attributes?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
What is the scope of static variable in c?
What is clrscr in c?
What is the difference between a free-standing and a hosted environment?
What are valid operations on pointers?
What is getche() function?
Why can’t we compare structures?
What is modeling?
What is wrong with this program statement?
How can I convert a number to a string?