Answer Posted / nashiinformaticssolutions
• 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
What are the advantages and disadvantages of a heap?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Linked lists -- can you tell me how to check whether a linked list is circular?
When do we get logical errors?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is clrscr in c?
What is oops c?
Explain what are header files and explain what are its uses in c programming?
What is restrict keyword in c?
Give me the code of in-order recursive and non-recursive.
Are bit fields portable?
What does %d do in c?
What is table lookup in c?
What are the differences between new and malloc in C?