POWERED BY
JAVA OOP
DEVELOPED BY XAVERIAN BCA 1A
ONLINE
RUN
Examples
Reset
gcc 13.2.0 · ⌘/Ctrl + Enter to run
main.c
1
2
3
4
5
6
7
8
9
10
11
12
#include <stdio.h> int main(void) { printf("Hello from the NEXUS compiler!\n"); for (int i = 1; i <= 5; i++) { printf("2^%d = %d\n", i, 1 << i); } return 0; }
OUTPUT STREAM
// Press RUN to compile and execute your program.
PROGRAM INPUT · STDIN