HTMLify
Log in
Register
Dashboard
Shortlinks
Frames
API
abh - HTMLify profile
abh
509 Files
102923 Views
Latest 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
4 Views
0 Comments
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
int main() {
srand(time(NULL));
int number = rand() % 10000;