Here's my code:
int main(){
        int age;
        int height = 72;
        // 
        double blab = (10/23242^4);
        printf("I am %d years old.\n",age);
        printf("I am %d inches tall.\n",height);
        return 0;
}
Having the blab variable makes the value of age is a random number. When I erased this variable, the value is zero, as I think the value of age was supposed to be.
 
     
     
    