{}
BLACK NOVEMBER
Get 66% off PRO
Are you struggling to build your coding confidence or land your first job?
Fast-track to your first pay-check.
Start PRO
Start PRO
BLACK NOVEMBER
Get 66% off PRO
Are you struggling to build your coding confidence or land your first job?
Fast-track to your first pay-check.
Start PRO
Start PRO
run-icon
main.c
// Online C compiler to run C program online #include <stdio.h> int main() { // Write C code here int array[5]; array[4] = 1337; printf("%i \n%i", array[4], 4[array]); return 0; }
Output