Differentiate between calloc and malloc.


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

Post New Answer

More C Interview Questions

What is the code in while loop that returns the output of given code?

0 Answers  


how do u find out the number of 1's in the binary representation of a decimal number without converting it into binary(i mean without dividing by 2 and finding out the remainder)? three lines of c code s there it seems...can anyone help

5 Answers  


How to add two numbers without using semicolon n c????

3 Answers  


Is c high or low level?

0 Answers  


why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above

0 Answers  






What does %c do in c?

0 Answers  


what is bit rate & baud rate? plz give wave forms

0 Answers  


2. Write a function called hms_to_secs() that takes three int values—for hours, minutes, and seconds—as arguments, and returns the equivalent time in seconds.. Create a program that exercises this function by repeatedly obtaining a time value in hours, minutes, and seconds from the user (format 12:59:59), calling the function, and displaying the value of seconds it returns.

5 Answers   TCS,


write a program to find the largest and second largest integer from an array

2 Answers   Value Labs,


How can I increase the allowable number of simultaneously open files?

1 Answers   CSC,


what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above

0 Answers  


main() {int a=200*200/100; printf("%d",a); }

14 Answers   TCS,


Categories