Answer Posted / viji
It doesn't return any value
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
What is the difference between malloc() and calloc()?
Explain zero based addressing.
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
What are the advantages of Macro over function?
How many types of operator or there in c?
What is the use of function overloading in C?
What is the advantage of a random access file?
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 is a file descriptor in c?
Why main is used in c?
What is a nested formula?
How can I list all of the predefined identifiers?
what is the function of pragma directive in c?
What are loops in c?
What is difference between union and structure in c?