Answer Posted / jothi16
calloc means reallocate the memory.malloc used to allocate
the memory
| Is This Answer Correct ? | 6 Yes | 20 No |
Post New Answer View All Answers
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
Why is %d used in c?
Explain what is the general form of a c program?
what are bit fields in c?
What is the difference between array and linked list in c?
what is the diffrenet bettwen HTTP and internet protocol
What are the properties of union in c?
Does * p ++ increment p or what it points to?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
using for loop sum 2 number of any 4 digit number in c language
Explain what will the preprocessor do for a program?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
how to find binary of number?
Explain how can I read and write comma-delimited text?
what are enumerations in C