i had a question in exam in the question we need to convert an int64 number to string
how can i do that i really dont know that
plz someone help me

What are you converting to. This 20 bit value have these equivalents.

Bin: 1001 1100 1111 0110 1010
Hex: 9CF6A
Oct: 2347552
Dec: 642922

The loop for all these is much the same, it's how the result is converted to ASCII is quite a bit different for each.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.