Media Summary: Can you guess the output? int a = 5; printf("%d %d %d", a++, a++, a++); What's the answer? A) 5 6 7 B) 7 6 5 This is a video that will talk about some less know things in the
C Programming Tricky Question Undefined - Detailed Analysis & Overview
Can you guess the output? int a = 5; printf("%d %d %d", a++, a++, a++); What's the answer? A) 5 6 7 B) 7 6 5 This is a video that will talk about some less know things in the