HTMLify
Dashboard
Temp Share
Shortlinks
Frames
API
Dashboard
Temp Share
Shortlinks
Frames
API
abh - HTMLify profile
files of
/abh/learning/c/BPPL/Phase-1/guess_the_number/
guess_the_number.c
/abh/learning/c/BPPL/Phase-1/guess_the_number/guess_the_number.c
98 Views
0 Comments
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
int main() {
srand(time(NULL));
int number = rand() % 10000;