#include <stdio.h>#include <stdlib.h> int main() { printf("%d\n", rand() % 500); return 0; }
An integer between 0-499 including 0 and 499
Previous Question Next Question
Your comments will be displayed only after manual approval.