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
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
What is the difference between the = symbol and == symbol?
What are c preprocessors?
Explain b+ tree?
What does emoji p mean?
What is hungarian notation? Is it worthwhile?
What are the restrictions of a modulus operator?
Disadvantages of C language.
Why isnt any of this standardized in c?
What language is windows 1.0 written?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
What is function definition in c?
Explain about the constants which help in debugging?
What is #define used for in c?