How to avoid buffer overflow?
Answer / nashiinformaticssolutions
Use bounds-checking functions like fgets() instead of unsafe functions like gets().
| Is This Answer Correct ? | 0 Yes | 0 No |
Is it possible to initialize a variable at the time it was declared?
hi , please send me NIC written test papers to sbabavalli@gmail.com
What is variable in c example?
How can I read/write structures from/to data files?
What is the use of void pointer and null pointer in c language?
EXPLAIN #INCLUDE<STDIO.H> EXPLAIN #INCLUDE<CONIO.H>
what is an inline function?
what is the difference between definition and declaration? give me some examples.
3. Program to print all possible substrings. ex: String S St Str Stri Strin String t tr tri trin tring r
main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }
What is the difference between int main and void main?
Explain which function in c can be used to append a string to another string?