Answer Posted / anjana devi
calloc will reallocate the memeory created by malloc
| Is This Answer Correct ? | 2 Yes | 12 No |
Post New Answer View All Answers
How can I implement sets or arrays of bits?
What is the difference between union and structure in c?
Do you know pointer in c?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
What is extern storage class in c?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
Can the sizeof operator be used to tell the size of an array passed to a function?
cavium networks written test pattern ..
Who developed c language and when?
What do you mean by scope of a variable in c?
Explain the difference between structs and unions in c?
What is getch () for?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What is a pointer variable in c language?
What is the use of getchar() function?