explain the output :
#include<stdio.h>
main()
{
int a=050;
printf("%d",a);
}