Code Ka Funda
EN HI Admin

C Introduction

What is C?

C is a general-purpose programming language.

Hello World

#include <stdio.h>
int main(){ printf("Hello"); return 0; }

Try it

Use the compiler panel below.

© 2026 BrainTech Tutorials • Built with PHP + MySQL