I have a bit of code copied from an unknown source:
int Len=0; printf(\"Please input the length of vector\"); scanf(\"%d\",&Len); float x[Len],y[Len],si
In C99 this is valid and called a VLA-Array.