Explain the Difference between the New and Malloc keyword.


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

Post New Answer

More C Interview Questions

What is the difference between %d and %*d in C

3 Answers  


In which layer of the network datastructure format change is done

0 Answers   Honeywell,


What is derived datatype in c?

0 Answers  


#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }

3 Answers   SRG,


post new interiew question and aptitude test papers

1 Answers  






What are the advantages of using new operator as compared to the function malloc ()?

0 Answers   NIIT,


What are qualifiers?

0 Answers  


How can I prevent other programmers from violating encapsulation by seeing the private parts of my class?

1 Answers  


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.

0 Answers  


Example of friendly function in c++

2 Answers  


what is different between auto and local static? why should we use local static?

0 Answers  


Why c language?

0 Answers  


Categories