What is malloc and calloc?


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

Post New Answer

More C Interview Questions

Write a pro-gramme to determine whether the number is even or odd?

1 Answers  


How can you find the day of the week given the date?

0 Answers  


What are local variables c?

0 Answers  


Do you know what are the properties of union in c?

0 Answers  


Is c object oriented?

0 Answers  






How can you check to see whether a symbol is defined?

0 Answers  


Write a code to remove duplicates in a string.

0 Answers   Expedia,


Explain the use of #pragma exit?

0 Answers  


main() { int x=5,y=10,z=0; x=x++ + y++; y=y++ + ++x; z=x++ + ++y; printf("%d%d%d\n",x,y,z); }

1 Answers   CodeChef,


Which header file is essential for using strcmp function?

0 Answers  


how to return 1000 variables from functio9n in c?plz give me code also

6 Answers  


What will be the output of the following program #include<stdio.h> void main() { int i=20; i-=i+++++i++; printf("%d",i); }

5 Answers  


Categories