Introduction  Have you ever wondered how a compiler differentiates when int is used to declare a variable or a variable is named?  We all have at some point used <int> to declare a variable with an integral value. But have ...