C Tutorial 2
C Tutorial 2
Dark mode
Dark code
HTML CSS JAVASCRIPT SQL PYTHON JAVA
arenaanimationmumbai.com
OPEN
Diploma in Animation and VFX
C Tutorial
‹ Home Next ›
Learn C
C is a general-purpose programming language, developed in 1972, and still quite popular.
C is very powerful; it has been used to develop operating systems, databases, applications, etc.
Example
#include <stdio.h>
int main() {
printf("Hello World!");
return 0;
}
Try it Yourself »
We recommend reading this tutorial, in the sequence listed in the left menu.
C Exercises
Exercise:
Insert the missing part of the code below to output "Hello World!".
int () {
("Hello World!");
return 0;
}
Submit Answer »
ADVERTISEMENT
C Quiz
Learn by taking a quiz! The quiz will give you a signal of how much you know about C.
Start C Quiz
My Learning
Track your progress with the free "My Learning" program here at W3Schools.
This is an optional feature. You can study W3Schools without using My Learning.
Learn by Examples
Learn by examples! This tutorial supplements all explanations with clarifying examples.
ADVERTISEMENT
COLOR PICKER
Get certified
by completing
a course today!
school
w3 s
3
CE
02
TI 2
R
FI .
ED
Get started
ADVERTISEMENT
Spaces
Upgrade
Newsletter
Get Certified
Report Error
FORUM | ABOUT
W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials,
references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While
using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.