1 post
6
1
270
I am developing a C program that randomly generates a thousand numbers and that in the end appears the largest and smallest among them. For this, I am using the rand(). But I have a problem. When I…