Which is better malloc or calloc?


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

Post New Answer

More C Interview Questions

what is pointer

1 Answers   TCS,


how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"

1 Answers  


A MobileNumber is a VIP number if it satisfy the following conditions. The operator should be Vodafone. Atleast one 0 (Zero) should be exist in mobile number. The number should not end with 8. The single digit sum of all the digits in the number should be equal to 9. For example if the number is 9876543210, the sum is 9+8+7+...+1+0 = 45. Sum of 4+5 = 9. Write a method: private boolean isVIPMobileNumber(String mobileNum, String operator) mobileNum phone number operator mobile operator as bsnl, Vodafone

1 Answers  


Write a program to reverse a linked list in c.

0 Answers   DELL, HAL,


Is c a great language, or what?

0 Answers  






Is c programming hard?

0 Answers  


how the compiler treats any volatile variable?Explain with example.

1 Answers   Tata Elxsi,


how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?

0 Answers   TCS,


What is a lookup table in c?

0 Answers  


Explain the properties of union. What is the size of a union variable

0 Answers  


What is the basic structure of c?

0 Answers  


Which is the memory area not included in C program? give the reason

0 Answers   IBM, TCS,


Categories