60 "%d", garbage value, printf Predict the output: int main(){ int i=2,b=24; printf("%d"); return 0;}Output:24Logic:%d will returns the Current Garbage value.24 is stored at last so 24 will be in garbage. Share this Share on FacebookTweet on TwitterPlus on Google+