In ANSI/ISO standard there is no any function that would be capable of doing that. You should need to look for special system function in order to create folder. If you are using UNIX type operating...
Use rand() which returns any random number To be more precise , use random(a) which returns any number from 0 to a-1 For compiling the program again and again , use randomize() so that every time it...