Can the size of an array be declared at runtime? Ans. 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. For example, if i is a variable, you can't write code like this: char array[i]; /* not valid C */ S...
See more
Download the Study24x7 App, so you can connect and collaborate.