#include <stdio.h> int main() { int nb = -10;// a negative value. nb = -nb; // negative to positive conversion. printf("Hello world! %d:\n", nb); return 0; }
To embed this project on your website, copy the following code and paste it into your website's HTML: