- ✕This summary was generated using AI based on multiple online sources. To view the original source information, use the "Learn more" links.
C programming is a powerful language that provides a foundation for many modern programming languages. Here are some examples of basic and advanced C programs to help you understand and practice C programming concepts.
Basic C Programs
Hello World Program
The simplest program in C is the "Hello, World!" program. It prints the message "Hello, World!" to the screen.
#include <stdio.h>int main() {printf("Hello, World!\n");return 0;}Copied!✕CopyThis program uses the printf function to display the message on the screen.
Add Two Numbers
This program takes two integers as input from the user and prints their sum.
#include <stdio.h>int main() {int num1, num2, sum;printf("Enter two integers: ");scanf("%d %d", &num1, &num2);sum = num1 + num2;printf("Sum: %d\n", sum);return 0;}Copied!✕CopyThe scanf function is used to read the input from the user.
Advanced C Programs
Check Prime Number
This program checks whether a given number is a prime number or not.
C Examples - Programiz
The best way to learn C programming is by practicing examples. The page contains examples on basic concepts of C programming. You are advised to take the references from these examples and try …
See results only from programiz.comHello, World
In this example, you will learn to print "Hello, World!" on the screen in C programming. …
C Program to Swap Two Nu…
In this example, you will learn to swap two numbers in C programming using two …
C Program to Multiply Two Fl…
In this C programming example, the product of two numbers (floating-point numbers) …
C Program to Convert Binary …
In this C programming example, you will learn to convert binary numbers to …
C Program to Check Palindro…
In this example, you will learn to check whether the number entered by the user …
C Program to Find GCD of T…
In this example, you will learn to calculate the GCD (Greatest Common Divisor) …
C Program to Check Leap Year
In this example, you will learn to check whether the year entered by the user is a …
C Program to Reverse a Num…
This program takes integer input from the user. Then the while loop is used until n …
C Programs - C Programming Examples - GeeksforGeeks
Dec 27, 2025 · To help you master C programming, we have compiled over 100 C programming examples across various categories, including basic C programs, …
1000+ C Programs (C Programming Examples) - Includehelp.com
Apr 1, 2023 · Learn and practice 1000+ C programs with solutions in various categories, library functions, and advanced topics. Find the most important, useful, and latest C programs for beginners …
C programming examples, exercises and solutions for …
Learn C programming with hundreds of examples, exercises and solutions for beginners. Explore topics such as fundamentals, bitwise operator, ternary …
C Examples - W3Schools
Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, PHP, Python, Bootstrap, Java and XML.
100+ C Programs For Practice
100+ C Programs – Welcome to the ultimate C Programming Practice Hub — a carefully curated collection of 100+ C programs designed to help students …
- People also ask
C Programming Examples - Tutorial Gateway
Learn C programming with examples on basic concepts, loops, functions, recursions, and more. Find programs on numbers, conversions, characters, strings, and advanced topics.
C Programming Exercises, Practice, Solution - w3resource
Mar 20, 2025 · This resource offers a total of 4580 C Programming problems for practice. It includes 916 main exercises, each accompanied by solutions, detailed explanations, and four related problems.
C Programming Examples | C Programs - Sanfoundry
Learn C programming with many examples of simple and complex programs, from data types to data structures. Each example includes a description, code, and …
Examples of C: Simple C Programs for Beginners (With …
Oct 30, 2025 · Explore the best examples of C with simple C programs for beginners. Includes basic C programs, practice questions, and solved outputs to …
Buy C Programming For Dummies Book at Easons
Sponsored Huge Range Of Books, Gifts, Games & More at Eason Online. Ireland's Favourite Bookstore. Ireland's Favourite Bookstore. Free Delivery On Orders Over €10. Shop Now at Easons.com!100% Irish Company · Over 130 Years of Service · Same Day Dispatch Service
40 O'Connell Street Lower, Dublin · 0.1 km · (01) 858 3800
4.5/5 (7,094 reviews)