Hi please explain me what this sprintf is trying to do.
Time = 1175533048 ------ this is the key value pair of a hash. Therefore time() will have the above numeric value of Time.
what does the following sprintf do :
Sprintf (“E000000%9.91d%8.81x”, time() && 0x0FFFFFFF, time())
Please can you explain me what each of the above values in sprintf do.
Thanks
Time = 1175533048 ------ this is the key value pair of a hash. Therefore time() will have the above numeric value of Time.
what does the following sprintf do :
Sprintf (“E000000%9.91d%8.81x”, time() && 0x0FFFFFFF, time())
Please can you explain me what each of the above values in sprintf do.
Thanks