How can you increase the size of a dynamically allocated array?


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

Post New Answer

More C Interview Questions

What is c++ used for today?

0 Answers  


What is the difference between ‘g’ and “g” in C?

1 Answers  


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

0 Answers   Wilco,


what is use of malloc and calloc?

0 Answers  


Explain the use of bit fieild.

0 Answers  


When should you use a type cast?

0 Answers  


What is default value of global variable in c?

0 Answers  


WRITE A C PROGRAM TO FIND SECOND BIGGEST VALUE FROM THE GIVEN VALUES

1 Answers  


What is an array in c?

0 Answers  


What is the use of ?: Operator?

0 Answers  


How is a null pointer different from a dangling pointer?

0 Answers  


What is the sizeof () operator?

0 Answers  


Categories