#include <stdio.h> int main() { srand(time(NULL)); printf("%d\n", rand()); return 0; }
True
Previous Question Next Question
Your comments will be displayed only after manual approval.