Is it possible to Convert Int to Hexdecimal without using ‘printf’?
Best if the all the value are placed in the variable itself and some sample code with explanation.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The decimal and hexadecimal systems are just ways of expressing the value of the int. In a way “it is already a hexadecimal”.