WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c
file management?
Answer Posted / shirish
malloc: malloc create the single block of given size by user
calloc: calloc creates multiple blocks of given size
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is the difference between scanf and fscanf?
What are the types of type specifiers?
Do you know the purpose of 'register' keyword?
What is conio h in c?
When a c file is executed there are many files that are automatically opened what are they files?
write a progrmm in c language take user interface generate table using for loop?
Can you please explain the difference between syntax vs logical error?
What is pointer and structure in c?
What is const volatile variable in c?
What was noalias and what ever happened to it?
Which is better pointer or array?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
Is c is a procedural language?
Write a program to print numbers from 1 to 100 without using loop in c?
Can we change the value of #define in c?