What is the difference between new and malloc functions?


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

Post New Answer

More C Interview Questions

I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?

2 Answers  


Who invented bcpl language?

0 Answers  


WAP to accept first name,middle name & last name of a student display its initials?

5 Answers   AITH, NIIT,


void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?

4 Answers   Groupon,


what is the difference between class and unio?

0 Answers   HCL, Wipro,






What is the -> in c?

0 Answers  


The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none

0 Answers  


what will be the output: main(){char ch;int a=10;printf("%d",ch);}

36 Answers   Accenture, TCS, Wipro,


write a c program to store and print name,address,roll.no of a student using structures?

7 Answers  


swap 2 numbers without using third variable?

0 Answers   IBS,


Why do we use header files in c?

0 Answers  


How can we allocate array or structure bigger than 64kb?

2 Answers   CSC,


Categories