Can you please explain the difference between malloc() and calloc() function?
No Answer is Posted For this Question
Be the First to Post Answer
pick out the odd one out of the following a.malloc() b.calloc() c.free() d.realloc()
/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
What is pre-emptive data structure and explain it with example?
Describe explain how arrays can be passed to a user defined function
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
. Explain the differences between fork() and exec() in C
What are the 4 types of programming language?
what is the structure?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
What are enums in c?
What is structure padding in c?
write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
1 Answers iGate, Shashi, Source Bits, Subex,