Log in Register Dashboard Temp Share Shortlinks Frames API

abh - HTMLify profile

abh's Profile Picture

abh

523 Files

134644 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
32 Views
0 Comments
#include <stdio.h>
#include <stdlib.h>
#include <time.h>

int main() {

srand(time(NULL));
int number = rand() % 10000;