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 is use of bit field?
What does a function declared as pascal do differently?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
Explain how to reverse singly link list.
write a c program in such a way that if we enter the today date the output should be next day's date.
What are the differences between new and malloc in C?
Explain threaded binary trees?
Can we increase size of array in c?
how to construct a simulator keeping the logical boolean gates in c
Explain what is meant by high-order and low-order bytes?
Place the #include statement must be written in the program?
Tell me what is null pointer in c?
What is the condition that is applied with ?: Operator?
Tell me what are bitwise shift operators?