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
What is c++ used for today?
The file stdio.h, what does it contain?
What are the types of type specifiers?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
Is swift based on c?
How can variables be characterized?
What is pointer and structure in c?
write a c program in such a way that if we enter the today date the output should be next day's date.
Why is not a pointer null after calling free?
Is there anything like an ifdef for typedefs?
What are enums in c?
Where register variables are stored in c?
What language is windows 1.0 written?
What is meant by high-order and low-order bytes?
How are 16- and 32-bit numbers stored?