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
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
Explain can the sizeof operator be used to tell the size of an array passed to a function?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
What is pivot in c?
Explain what is wrong with this program statement? Void = 10;
Is this program statement valid? INT = 10.50;
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
What is meant by operator precedence?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
What are conditional operators in C?
Is there any data type in c with variable size?
When should I declare a function?
What is the process to generate random numbers in c programming language?
Why isnt there a numbered, multi-level break statement to break out