Code Snippets C

#include
#include "stdlib.h"
int main(void)
{
printf("random number: %d", rand());
return 0;
}