What is dynamic memory allocation?


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

Post New Answer

More C Interview Questions

what is the use of fflush() function?

2 Answers  


What is the best way to store flag values in a program?

0 Answers  


What is signed and unsigned?

0 Answers  


How to implement variable argument functions ?

1 Answers   HP,


what is op? for(c=0;c=1000;c++) printf("%c",c);

21 Answers   Trigent,






What is const volatile variable in c?

0 Answers  


what is bit rate & baud rate? plz give wave forms

0 Answers  


pgm to reverse string using arrays i.e god is love becomes love is god) (assumption:only space is used for seperation of words) no addtional memory used.i.e no temporary arrays can used.

4 Answers   Persistent, Valyoo,


what would be the output of the following program main() { int a[] = {1,2,3,4,5}; int *ptr = {a,a+1,a+2,a+3,a+4}; printf("%d %d %d %d",a,*ptr,**ptr,ptr); } }

1 Answers  


can i know the source code for reversing a linked list with out using a temporary variable?

6 Answers   Honeywell,


What is a header file?

0 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  


Categories