I want to know that how to print the complete integer value with zero also in C only.
And i am in kernel space ,want to print some values in kernel module.
Like if a
is a 32 bit integer then
int a = 14
then output will be like this
value of a = 0x0000000e
in hexa-decimal.
Thanks in advance.