What do you mean by dynamic memory allocation in c? What functions are used?


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

Post New Answer

More C Interview Questions

In how much time you will write this c program? Prime nos from 1 to 1000

2 Answers   TCS,


What is function in c with example?

0 Answers  


IS STRUCTURES CAN BE USED WITHIN AN ARRAY?

7 Answers   Caritor,


write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1

3 Answers  


if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')

23 Answers  


what is linkage error when it occurs in c program

3 Answers  


How we can insert comments in a c program?

0 Answers  


Explain following declaration int *P(void); and int (*p)(char *a);

3 Answers  


write a program for 7*8 = 56 ? without using * multiply operator ? output = 56

6 Answers   Xavient,


what is difference between null and nul in c language

2 Answers  


regarding pointers concept

0 Answers  


What is 'bus error'?

0 Answers  


Categories