Skip to content
Snippets Groups Projects
Commit 19328535 authored by Peter Gerwinski's avatar Peter Gerwinski
Browse files

Beispiel: Hexadezimalzahlen, 21.11.2022

parent 58aa355d
Branches
No related tags found
No related merge requests found
#include <stdio.h>
int main (void)
{
printf ("Die Antwort lautet: %x bzw. %X\n", 0xAffe, 0xaFfE);
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment