#include<stdio.h>

void main() {
   int tenida;

   printf("address of tenida = %ld\n",(long) &tenida);
}
