Is malloc memset faster than calloc?


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

Post New Answer

More C Interview Questions

Can we access array using pointer in c language?

0 Answers  


What does %d do?

0 Answers  


what is available in C language but not in C++?

10 Answers   CTS, TCS,


we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?

2 Answers  


when to use : in c program?

2 Answers  






Which are low level languages?

0 Answers  


implement general tree using link list

1 Answers   Wipro,


What is the difference between the expression “++a” and “a++”?

0 Answers  


How can you invoke another program from within a C program?

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  


code for copying two strings with out strcpy() function.

6 Answers  


String concatenation

2 Answers  


Categories