I'm using code blocks gcc compiler, I also tried it on some online compilers but all of them gives zero, so it no longer gives random numbers or is it my system?
#include <stdio.h>
int main(void)
{
int value;
printf("%d\n", value); // Always printing 0
return 0;
}