DEV Community

Md Shoriful Islam Ashiq
Md Shoriful Islam Ashiq

Posted on

Answer: How to print __int128 in g++?

To print __int128, you must use __int128_tdata type. Because there is no data type named __int128. At least I didn't find any till now.

And You must use "typecasting" every time in assigning value and outputting values.

you must use format specifier %lld for __int128_t and %llufor…

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay