Description
Small C snippets can be compiled and executed interactively while they are being typed. It is useful for learning, quick experiments, and testing language behavior without setting up a full project.
Interactive execution runs the code you enter. Avoid pasting untrusted C code and remember that experiments can read, write, or delete local files.