2 812 Mighty C Qache 2018-11-21 10:07:34
click to edit code
Even shorter C code
                        #include<stdio.h>
main(){int a;srand(&a);char b[a=rand()%249+8];for(int i=0;i<a;b[i++]=rand()%94+33);puts(b);}