I have two questions regarding c
#1
if I have value(initialize a variable with a value) inside a block, like { }
then how is it different than the value outside that block, but within the same function
why does the value inside the block doesnt retain the old value outside the {}
#2 how can I make a biased random number generator.
like if I give a probability it will generate numbers biased to that