Answers

Question and Answer:

  Home  C Pointers

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

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.

 273 views

More Questions for you: