Untitled

Run Settings
LanguageC
Language Version
Run Command
#include <stdio.h> #define LENGTH 10 #define WIDTH 5 #define NEWLINE '\n' int main() { int area; area = LENGTH * WIDTH; printf("value of area : %d", area); printf("%c", NEWLINE); return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines