Which of these functions is safer to use : fgets(), gets()? Why?
No Answer is Posted For this Question
Be the First to Post Answer
Explain continue keyword in c
What is the general form of a C program?
What is the value of uninitialized variable in c?
How to avoid structure padding in C?
When is the “void” keyword used in a function?
how i m write c program 1.check prime number 2.prime number series
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
What are the 4 types of unions?
What are the advantages of external class?
write a program to display the numbers in the following 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
Explain what are the __date__ and __time__ preprocessor commands?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.