Tell me can the size of an array be declared at runtime?


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

Post New Answer

More C Interview Questions

Define Array of pointers.

0 Answers  


struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]

3 Answers  


Find greatest of two numbers using macro

4 Answers   Bosch, Siemens,


Why c is called top down?

0 Answers  


What is a stream water?

0 Answers  


How was c created?

0 Answers  


Are enumerations really portable?

0 Answers  


What do you understand by friend-functions? How are they used?

0 Answers   iNautix,


What is the difference between exit() and _exit() function?

0 Answers  


what is use of malloc and calloc?

0 Answers  


How is a structure member accessed?

0 Answers  


How a string is stored in c?

0 Answers  


Categories