Answer Posted / nashiinformaticssolutions
Use bounds-checking functions like fgets() instead of unsafe functions like gets().
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I do serial ("comm") port I/O?
Can you write the function prototype, definition and mention the other requirements.
Write programs for String Reversal & Palindrome check
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
What does return 1 means in c?
diff between exptected result and requirement?
What are control structures? What are the different types?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
What does typeof return in c?
What are linker error?
What does d mean?
Are enumerations really portable?
Why do we use & in c?
What is this infamous null pointer, anyway?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.