What functions are used for dynamic memory allocation in c language?


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

Post New Answer

More C Interview Questions

write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?

0 Answers  


What does the c preprocessor do?

0 Answers  


What are the types of variables in c?

0 Answers  


Can we access the array using a pointer in c language?

0 Answers  


Where are local variables stored in c?

0 Answers  






develop algorithms to add polynomials (i) in one variable

0 Answers   Ignou, TCS,


WHAT IS MEANT BY LIFE?

2 Answers  


What is a char in c?

0 Answers  


What is the difference between formatted&unformatted i/o functions?

0 Answers  


1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?

3 Answers   Qualcomm,


can we change the default calling convention in c if yes than how.........?

0 Answers   Aptech,


the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }

4 Answers   CMC, TCS,


Categories