After so many years still, C programming language is one of the most popular programming languages. It is used in the user-level application and kernel-level driver both. There is a lot of uncountable application of the C language.
If you are planning to learn the C language, then this course is only for you. This course will give you a solid foundation and help you to learn basics of the C language.
- C Hello World Program
- C program to add two integer numbers
- C program to find largest of two given numbers
- C program to find largest of three given numbers
- C program to check whether the triangle is equilateral
- C program to check whether the triangle is isosceles
- C program to check whether triangle is valid or not if angle givenĀ
- C program to calculate the value of nCr
- C program to calculate the value of nPr
- C program to find LCM and HCF of two numbers
- C program to calculate simple interest
- C program to calculate compound interestĀ
- C program to check whether a character is a vowel or consonant
- C program to print 1 to 100 without using Loop
- Gross Salary of an Employee
- C program to create a simple calculator
- C Program to Calculate Profit or Loss
- C program to Find Grade of a Student
- C program to Calculate Electricity Bill
- C Program to find Sum, Average and Percentage.
- C program to find even and odd numbers
- C Program to Print Even Numbers from 1 to N
- C Program to Print Odd Numbers from 1 to N
- C Program to find Prime Numbers
- C program to find Prime Numbers from 1 to N
- C program to find Prime Factors of a Number
- C program to find the factorial of a number
- C Program to find nth Fibonacci number
- C Program to generate Fibonacci sequence
- C Program to print Fibonacci Sequence using recursion
- C Program to find Armstrong numbers
- C Program to find nth Armstrong numbers
- C Program to find neon number
- C program to print natural numbers from 1 to n
- C Program to find the sum of natural numbers upto n terms
- C Program to find the sum ofĀ even natural numbers from 1 to n
- C Program to find the sum ofĀ odd natural numbers from 1 to n
- C Program to print natural numbers in reverse
- C Program to find if given number is sum of first n natural numbers
- C Program to check whether the number is a Palindrome
- C Program to swap two numbers
- C Program to swap two nibbles in a byte
- C Program to find first and last digit of a given number
- C program to find the sum of digits of a number
- C Program to find the product of digits of a number
- C program to find sum of first and last digit of a Number
- C Program to swap first and last digit of a number
- C Program to reverse the digits of a number
- C program to find reverse of a number using recursion
- C program to reverse digits of an integer with overflow handled
- C program to count number of digits in a number
- C Program to check given number positive or negative
- C Program to check if a number is positive, negative or zero using bit operators
- C Program to check positive or negative without using conditional statements
- C Program to find Perfect Number
- C Program to find Perfect Number between 1 to n
- C program to calculate the power of a number
- C program to check whether a character is a vowel or consonant
- C Program to find number of denominations for a given amount
- C Program to find the square root of a Quadratic equation
- C program to find all roots of a quadratic equation using switch case
- C program to print number in words
- C Program to print the two digit number in words
- C program to convert a given number to words
- C program to find square of a number
- C program to find the strong Number
- C program to find the Generic Root of a Number
- C program to check leap year
- C program to check valid date (date is valid or not)
- C program to check the expiry dateĀ
- C program to print day name of the week
- C program to print the number of days in a month
- C program to find number of days for given month and year
- C program to convert the number of days in terms of Years, Weeks and Days
- C program to find century for a year
- C program to Print Square Star Pattern
- C program to print hollow square of stars
- C program to print hollow square star pattern with diagonal
- C program to print pyramid star pattern/equilateral star pattern
- C program to print hollow pyramid (Equilateral triangle) star pattern
- C program to print reverse Pyramid star pattern
- C program to print hollow inverted pyramid star pattern
- C program to print half diamond star pattern
- C program to print mirrored half diamond star pattern
- C program to print right triangle star pattern
- C program to print hollow right triangle star pattern
- C program to print mirrored right triangle star pattern
- C program to print hollow mirrored right triangle star pattern
- C program to print reverse right triangle star pattern
- C program to print reversed mirrored right triangle star pattern
- C program to print hollow inverted right triangle star pattern
- C program to print hollow mirrored inverted right triangle star pattern
- C program to print rhombus star pattern
- C program to print mirrored rhombus star pattern
- C program to print hollow rhombus star pattern
- C program to print hollow mirrored rhombus star pattern
- C program to print diamond star pattern
- C program to print hollow diamond star pattern
- C program to print left arrow star patternĀ
- C program to print right arrow star pattern
- C program to print plus star pattern
- C program to print X star pattern
- C program to print 8 star pattern
- C program to print heart star pattern
- C program to print heart star pattern with name in center
- C program to convert celsius to fahrenheit
- C program to convert fahrenheit to celsiusĀ
- C program for Fahrenheit to Kelvin conversion
- C program to convert decimal to binary number
- C program to decimal to binary using recursion and without using power operator
- C program to decimal to binary number using recursion
- C program to convert decimal to binary without using arithmetic operators
- C program to decimal to octal number
- C program to decimal to octal conversion with minimum use of arithmetic operators
- C program for Octal to Decimal Conversion
- C program to convert octal number to binary number
- C program for binary to decimal conversion
- C program to convert decimal to hexa-decimal number
- C program to convert hexadecimal to octal
- C program to convert hexadecimal to decimal
- Recursive program for binary to decimal
- C program to convert binary fraction to decimal
- C program to convert centimeter to meter and kilometer
- Pointer introduction in C
- void pointer in C
- Arithmetic operation on pointers
- Introduction of dynamic memory allocation in C
- dynamically allocate a 1D and 2D array
- Dangling, Void, Null and Wild Pointers in C
- Difference between dangling pointer and memory leak
- Function pointer in C
- Pointer to string array in C