Differentiate 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

Explain how do you determine whether to use a stream function or a low-level function?

0 Answers  


what is the use of macro program

1 Answers   TCS,


int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(ā€œ%dā€,*(*(x+1)+3));

2 Answers   Wipro,


write a program whose output will be- 1 12 123 1234

10 Answers  


Write a Program to find whether the given number or string is palindrome.

0 Answers   InterGraph,






write a program to produce the following output; ABCDEFGFEDCBA ABCDEF FEDCBA ABCDE EDCBA ABCD DCBA ABC CBA AB BA A A

17 Answers   ABC, College School Exams Tests,


what is the stackpointer

2 Answers  


Why structure is used in c?

0 Answers  


what is the disadvantage of using macros?

1 Answers   Wipro,


Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }

2 Answers   ADITI,


Is c is a middle level language?

0 Answers  


How can I find out how much memory is available?

1 Answers   Persistent,


Categories