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

write a program to generate 1st n fibonacci prime number

12 Answers  


What does static mean in c?

1 Answers  


plssssss help !!....using array.. turbo c.. create a program that will accept number of words to be consored. .a word must not exceed 10 characters long .the text to be entered will be no longer than 200 characters .there will be no 10 words example: enter number of words to be censor: 5 enter words to censor: windows office microsoft bill gates enter text to censor: bill gates founded microsoft and makes office and windows sample output: <consored> <censored> founded <censored> and makes <censored> and <censored>

1 Answers  


What does 4d mean in c?

0 Answers  


what are the 10 different models of writing an addition program in C language?

0 Answers  






What is the difference between functions abs() and fabs()?

0 Answers  


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  


Can we change the value of #define in c?

0 Answers  


Explain the use of keyword 'register' with respect to variables.

0 Answers  


Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.

0 Answers  


List the different types of c tokens?

0 Answers  


List some of the dynamic data structures in C?

0 Answers  


Categories