Contact

const char* emailAddress = “daniel”;

printf(“Email: %[email protected]\n”, emailAddress);

LinkedIn