Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
DSA
22.3k+ articles
Mathematical
7.7k+ articles
Arrays
6.4k+ articles
C++
4k+ articles
C++ Programs
2.5k+ articles
C Language
1.8k+ articles
Linked List
1.1k+ articles
Linked Lists
300+ articles
C Examples
95 articles
C Basic Programs
71 articles
Programming Language
>
C Language
>
C Programs
C Programs
800+ posts
Popular Articles
Recent Articles
C Multiple Choice Questions
Last Updated: 13 June 2024
C is the most popular programming language developed by Dennis Ritchie at the Bell Laboratories in 1972 to develop the UNIX operating syste
...read more
C Programs
Pattern Programs in C
Last Updated: 16 April 2025
Printing patterns using C programs has always been an interesting problem domain. We can print different patterns like star patterns, pyrami
...read more
C Language
C Programs
C Programs
Last Updated: 10 January 2025
To learn anything effectively, practicing and solving problems is essential. To help you master C programming, we have compiled over 100 C p
...read more
C Language
C Programs
Similar Topics
DSA
22.3k+ articles
Mathematical
7.7k+ articles
Arrays
6.4k+ articles
C++
4k+ articles
C++ Programs
2.5k+ articles
C Language
1.8k+ articles
Linked List
1.1k+ articles
Linked Lists
300+ articles
C Examples
95+ articles
C Basic Programs
71+ articles
C Functions
Last Updated: 09 October 2024
A function in C is a set of statements that when called perform some specific tasks. It is the basic building block of a C program that prov
...read more
C Programs
Macros and its types in C
Last Updated: 21 March 2025
In C programming, a macro is a symbolic name or constant that represents a value, expression, or code snippet. They are defined using the #d
...read more
C Macro
cpp-macros
C Language
C++
C Programs
C Program to Sort an Array in Ascending Order
Last Updated: 20 November 2024
Sorting an array in ascending order means arranging the elements in the order from smallest element to largest element.The easiest way to so
...read more
C Language
School Programming
C-Arrays
C Programs
C Basic Programs
DSA
C Hello World Program
Last Updated: 14 January 2025
The “Hello World” program is the first step towards learning any programming language. It is also one of the simplest programs that is u
...read more
C Language
School Programming
C Programs
C Basic Programs
Arrow operator -> in C/C++ with Examples
Last Updated: 20 March 2023
An Arrow operator in C/C++ allows to access elements in Structures and Unions. It is used with a pointer variable pointing to a structure or
...read more
C Language
C Programs
How to Append a Character to a String in C?
Last Updated: 05 December 2024
In this article, we will learn how to append a character to a string using the C program.The most straightforward method to append a charact
...read more
Strings
C Language
C-String
C Programs
DSA
C program to Find the Largest Number Among Three Numbers
Last Updated: 20 March 2025
Given 3 integer numbers, the task is to find the largest number among them.ExamplesInput: a = 10, b = 22, c = 19Output: 22 is the largest nu
...read more
C Language
School Programming
C-Functions
C Programs
C Basic Programs
DSA
Prime Number Program in C
Last Updated: 10 January 2025
A prime number is a natural number greater than 1 and is completely divisible only by 1 and itself. In this article, we will learn how to ch
...read more
C Language
C Programs
C Basic Programs
UDP Server-Client implementation in C++
Last Updated: 23 February 2023
There are two primary transport layer protocols to communicate between hosts: TCP and UDP. Creating TCP Server/Client was discussed in a pre
...read more
Misc
Computer Networks
C Language
C Programs
Linux-Unix
Generating Random Numbers in a Range in C
Last Updated: 11 October 2024
Write a C program to generate random numbers in a range.ExamplesInput: min = 5, max = 15Output: 9, 11, 2Explanation: Any integer between 5 a
...read more
Random Algorithms
C Language
C Programs
C Program to Check for Palindrome String
Last Updated: 10 January 2025
A string is said to be palindrome if the reverse of the string is the same as the string. In this article, we will learn how to check whethe
...read more
Strings
Morgan Stanley
Paytm
FactSet
palindrome
C Language
TCS
C-String
C Programs
C Basic Programs
DSA
Basic Coding Problems
C Program to Swap Two Numbers
Last Updated: 10 January 2025
Swapping two numbers means exchanging their values. In this article, we will learn how to swap values of two numbers in a C program.ExampleI
...read more
Samsung
C Language
C Programs
Swap-Program
Basic Coding Problems
1
2
3
4
5
6
7
8
>>
Last
1
2
3
4
5
6
>>
Last
1
2
3
4
>>
Last
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !