Enter your question -
Given an integer num, return a string representing its hexadecimal representation. For negative integers, two’s complement method is used.
Enter link to the question(if question belongs to any online platform) -
https://leetcode.com/problems/convert-a-number-to-hexadecimal/
Tags for the question(eg - Array, Basic, Stack, etc.) -
Maths