Give differences between - new and malloc() , delete and free() ?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

in malloc and calloc which one is fast and why?

1 Answers  


What are derived data types in c?

0 Answers  


how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?

2 Answers   Patni, TCS,


What is a shell structure examples?

0 Answers  


what is the importance of spanning tree?

0 Answers  






What is an operator?

0 Answers  


Find the largest number from the given 2 numbers without using any loops and the conditional operator.

2 Answers  


What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none

9 Answers   IBM,


how to find the kth smallest element in the given list of array elemnts.

8 Answers   Silicon,


Can we replace the struct function in tree syntax with a union?

0 Answers   Huawei,


What are the advantages and disadvantages of pointers?

0 Answers  


What is call by reference in functions?

1 Answers  


Categories