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

while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above

0 Answers  


What is 02d in c?

0 Answers  


how to set Nth bit of a variable?

1 Answers  


what is a c-language.what is do.

4 Answers   HCL,


What are the different pointer models in c?

4 Answers  


Why static is used in c?

0 Answers  


Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

0 Answers  


How does struct work in c?

0 Answers  


How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?

2 Answers   CMC, Wipro,


What is page thrashing?

0 Answers  


How can I split up a string into whitespace-separated fields?

0 Answers  


what are two kinds of java

2 Answers  


Categories