Find the best solutions to your problems with the help of IDNLearn.com's expert users. Ask anything and receive prompt, well-informed answers from our community of experienced experts.
Answer:
#include <stdio.h>
#include <stdlib.h>
int main(void) {
printf("%d\n%d\n%d\n%d\n", rand(), rand(), rand(), rand());
}
Explanation:
Really not a meaningful program without additional requirements...