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

how 2 compile & execute c program with out using editor?

2 Answers   HP,


void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }

5 Answers  


What is the data segment that is followed by c?

0 Answers  


how to write a c program to print list of fruits in alpabetical order?

0 Answers  


What are signals in C?

2 Answers  


main() { int i,n=010; int sum=0; for(i=1;i<=n;i++) {s=s+i; } printf("%d",&s); getch(); }

6 Answers  


write a program to create a sparse matrix using dynamic memory allocation.

0 Answers  


The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

0 Answers  


C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

0 Answers  


Explain what is the advantage of a random access file?

0 Answers  


Does c have circular shift operators?

0 Answers  


pierrot's divisor program using c or c++ code

0 Answers  


Categories