[Fix] XXXXXX in an sprintf format argument of “/tmp/%s-XXXXXX
Recently, when while coding in C language, I came across and unexpected line of code in the sprintf format argument of “/tmp/%s-XXXXXX”. Here is the snippet of the code which I got: I would like to share the steps that helped me understand What does the XXXXXX in an sprintf format argument of “/tmp/%s-XXXXXX”. Why …