Answer Posted / bobby sigh
malloc is more faster than calloc because malloc required
only const sign integer or datatype
while calloc required type,block
so malloc is more faster than calloc
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Explain how do you sort filenames in a directory?
Are c and c++ the same?
If fflush wont work, what can I use to flush input?
How to write a code for reverse of string without using string functions?
What is c token?
What is extern c used for?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
What is extern storage class in c?
In c programming language, how many parameters can be passed to a function ?
Explain the concept and use of type void.
what are the facialities provided by you after the selection of the student.
writ a program to compare using strcmp VIVA and viva with its output.
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
Explain high-order and low-order bytes.
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.