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
In C language, a variable name cannot contain?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What do you mean by keywords in c?
How can you check to see whether a symbol is defined?
Can we use visual studio for c?
Difference between Function to pointer and pointer to function
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Define Array of pointers.
Why is c not oop?
What is pointer and structure in c?
What do you understand by normalization of pointers?
How can I get back to the interactive keyboard if stdin is redirected?
Where in memory are my variables stored?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
Explain the difference between call by value and call by reference in c language?