Code
    int n=0;
    readf(" %d", &n);
    int[n] m;
generated an error (DMD compiler):
Cannot read n at compile time.
How to create an array with custom length?

Reply via email to