can somebody explain the behaviour of the statement
printf("%d");
is it any where depends on the statements that present before or after it.
i have some satatements that allocates memory dynamically. its printing one of that value.
is there any proper reason for undefined behaviour.