Which statement will generate random numbers between 0 and 12?
A. rand(12)
B. srand(12)
C. rand()%13
D. srand()%13
C. rand()%13
Computer Science & Information Technology
You might also like to view...
A hard return will display in the XHTML document when viewed in both a text editor and a browser
Indicate whether the statement is true or false
Computer Science & Information Technology
You should test prototypes with outside parties before presenting them to your clients for approval
Indicate whether the statement is true or false
Computer Science & Information Technology