What is a dynamic array in c?


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

Post New Answer

More C Interview Questions

#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }

3 Answers   SRG,


What are derived data types in c?

0 Answers  


What is this pointer in c plus plus?

0 Answers  


How can I pad a string to a known length?

0 Answers  


how to print the character with maximum occurence and print that number of occurence too in a string given ?

0 Answers   Microsoft,






What is structure in c language?

0 Answers  


What is preprocessor with example?

0 Answers  


in iso what are the common technological language?

0 Answers  


write a program to compare 2 numbers without using logical operators?

5 Answers   IBM,


What is external and internal variables What is dynamic memory allocation what is storage classes in C

3 Answers  


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

3 Answers  


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

0 Answers  


Categories