#include #include #include int main() { int randint; srand(time(NULL)); randint = rand() % 6; printf("rastgele sayi = %d\n",randint); }