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

Submitted by: Muhammad
No. In an array declaration, the size must be known at compile time. You can't specify a size that's known only at runtime.
Submitted by: Muhammad

Read Online C Pointers Job Interview Questions And Answers