Join Nostr
2025-06-12 13:02:02 UTC

:hatterene: Luna Sylveon on Nostr: in C programming language, it's possible to add numbers and strings together, for ...

in C programming language, it's possible to add numbers and strings together, for example this program will print 0.5<code>#include &lt;stdio.h&gt;<br>int main() {<br> puts(1 + "-0.5");<br>}<br></code>