Swapping two numbers (using two variables)
- C Programming
- 14,492
- Dec 30, 2019
Swapping two numbers (using three variables)
- C Programming
- 8,904
- Dec 30, 2019
Performing arithmetic operations using switch...case
- C Programming
- 17,084
- Dec 30, 2019
Program to print the multiplication table
- C Programming
- 10,491
- Dec 30, 2019
Finding the number of 500, 100, 50, 20, 10, 5, 2, 1
- C Programming
- 15,908
- Dec 30, 2019
Printing addition table of the given number
- C Programming
- 10,516
- Dec 30, 2019
Program to print the multiplication table
- C Programming
- 9,053
- Dec 30, 2019
Finding the biggest of 3 numbers using if...else
- C Programming
- 8,761
- Dec 30, 2019
Biggest of 3 numbers using ternary operator
- C Programming
- 12,524
- Dec 30, 2019
To find the average of first n natural numbers
- C Programming
- 21,602
- Dec 30, 2019
To count the number of digits in an integer
- C Programming
- 6,414
- Dec 30, 2019
Program to find the sum of digits of an integer
- C Programming
- 7,229
- Dec 30, 2019
Print the numbers that are divisible by a given no.
- C Programming
- 47,322
- Dec 30, 2019
To print all the divisors of a given number
- C Programming
- 20,026
- Dec 30, 2019
Program for reversing an integer
- C Programming
- 7,455
- Dec 30, 2019
Program to find the sum of odd and even numbers
- C Programming
- 15,248
- Dec 30, 2019
Program to find the sum of fibonacci series
- C Programming
- 13,871
- Dec 30, 2019
Program to find the day of the given date
- C Programming
- 24,201
- Dec 30, 2019
To find whether the given number is even or odd
- C Programming
- 6,460
- Dec 30, 2019
To check whether the person is in teen age or not
- C Programming
- 14,896
- Dec 30, 2019
Check whether the person is eligible to vote or not
- C Programming
- 60,744
- Dec 30, 2019
To find the given no. is perfect no. (or) not
- C Programming
- 7,277
- Dec 30, 2019
To find the given no. is perfect square (or) not
- C Programming
- 10,353
- Dec 30, 2019
To check whether the given no. is prime
(or) not
- C Programming
- 7,615
- Dec 30, 2019
To find the given number is armstrong
(or) not
- C Programming
- 6,917
- Dec 30, 2019
To display only the positive elements of the array
- C Programming
- 5,730
- Dec 30, 2019
To display only the negative elements of the array
- C Programming
- 5,936
- Dec 30, 2019
To find the sum of VE & -VE elements in an array
- C Programming
- 5,584
- Dec 30, 2019
Program to read and reverse an array
- C Programming
- 6,019
- Dec 30, 2019
Program to find the factorial
of a given number
- C Programming
- 7,538
- Dec 30, 2019
Program to find NCR value of the given numbers
- C Programming
- 8,179
- Dec 30, 2019
Program to find the value of xn
- C Programming
- 6,854
- Dec 30, 2019
Program to find LCM
and GCD
of the given two numbers
- C Programming
- 10,819
- Dec 30, 2019
Program to find the roots of a quadratic equation
- C Programming
- 7,907
- Dec 30, 2019
Simultaneous equation using gauss elimination method
- C Programming
- 7,657
- Dec 30, 2019
To convert temperature in centigrade to fahrenheit
- C Programming
- 5,795
- Dec 30, 2019
To convert temperature in fahrenheit to centigrade
- C Programming
- 5,610
- Dec 30, 2019
To convert the given number (1 to 10) to characters
- C Programming
- 5,858
- Dec 30, 2019
Program to change an integer to words
- C Programming
- 5,686
- Dec 30, 2019
To convert a decimal number to a binary number
- C Programming
- 6,212
- Dec 30, 2019
To convert a binary number to a decimal number
- C Programming
- 5,460
- Dec 30, 2019
Program to calculate the cosine
series
- C Programming
- 8,365
- Dec 30, 2019
Program to calculate the sine
series
- C Programming
- 19,621
- Dec 30, 2019
Program to calculate the exponential
series
- C Programming
- 16,135
- Dec 30, 2019
Program to generate Floyd's triangle
- C Programming
- 6,164
- Dec 30, 2019
Program to generate Pascal's triangle
- C Programming
- 7,652
- Dec 30, 2019
Program to generate Trigonometric Table
- C Programming
- 15,421
- Dec 30, 2019
Program to generate permutation
- C Programming
- 13,730
- Dec 30, 2019
Program to generate magic square
- C Programming
- 36,086
- Dec 30, 2019
Program to generate odd and even numbers
- C Programming
- 14,005
- Dec 30, 2019
Program to generete fibonacci series
- C Programming
- 7,224
- Dec 31, 2019
Program to generate prime numbers
- C Programming
- 6,818
- Dec 31, 2019
Program to generate armstrong numbers
- C Programming
- 5,671
- Dec 31, 2019
To find sum of all the elements of the given matrix
- C Programming
- 5,766
- Dec 31, 2019
Find sum of diagonal elements of the given matrix
- C Programming
- 15,593
- Dec 30, 2019
Find smallest & biggest elements of the given matrix
- C Programming
- 24,220
- Dec 31, 2019
Find the sum of upper & lower traiangular elements
- C Programming
- 17,109
- Dec 31, 2019
To find the given matrix is a unit matrix
(or) not
- C Programming
- 5,481
- Dec 31, 2019
To find the given matrix is a unit matrix
(or) not - 2
- C Programming
- 9,488
- Dec 31, 2019
Program to transpose the given matrix
- C Programming
- 6,099
- Dec 31, 2019
Program to add the given two matrices
- C Programming
- 5,844
- Dec 31, 2019
Program to subtract the given two matrices
- C Programming
- 5,020
- Dec 31, 2019
Program to multiply the given two matrices
- C Programming
- 6,525
- Dec 31, 2019
Program to print the alphabets with ASCII
values
- C Programming
- 27,835
- Dec 31, 2019
To check the given character is vowel
(or) not
- C Programming
- 5,838
- Dec 31, 2019
Program to find the length of the given string
- C Programming
- 5,332
- Dec 31, 2019
To find a character is no./letter/special character
- C Programming
- 5,245
- Dec 31, 2019
To convert uppercase characters to lowercase
- C Programming
- 6,040
- Dec 31, 2019
Counting vowels, consonants, digits, special & words
- C Programming
- 28,545
- Dec 31, 2019
Program to concatenate
the given two strings
- C Programming
- 5,206
- Dec 31, 2019
Perform string manipulation using string functions
- C Programming
- 5,136
- Dec 31, 2019
To count no. of occurence of a character in a string
- C Programming
- 7,544
- Dec 31, 2019
Program to reverse
the given string
- C Programming
- 5,911
- Dec 31, 2019
To check the given string is palindrome
(or) not
- C Programming
- 7,072
- Dec 31, 2019
To sort
the given strings in alphabetical order
- C Programming
- 5,576
- Dec 31, 2019
Program to maintain student details using structures
- C Programming
- 96,337
- Dec 31, 2019
Program to maintain employee details using structures
- C Programming
- 115,863
- Dec 31, 2019
To find the length of the string using pointers
- C Programming
- 15,511
- Dec 31, 2019
To copy one string to another using pointers
- C Programming
- 16,542
- Dec 31, 2019
Concatenate the given two strings using pointers
- C Programming
- 11,953
- Dec 31, 2019
To compare the given two string using pointers
- C Programming
- 5,332
- Dec 31, 2019
Program to write and read data from a file
- C Programming
- 6,096
- Dec 31, 2019
Read integers and store odd & even no. in a file
- C Programming
- 18,229
- Dec 31, 2019
Program to maintain student details using files
- C Programming
- 26,573
- Dec 31, 2019
Program to maintain employee details using files
- C Programming
- 21,563
- Dec 31, 2019
Program to merge
the contents of two files
- C Programming
- 5,690
- Dec 31, 2019
Program to encrypt and decrypt
a file
- C Programming
- 12,555
- Dec 31, 2019
Program to search an element using binary search
- C Programming
- 7,307
- Dec 31, 2019
Program to search an element using linear search
- C Programming
- 8,534
- Dec 31, 2019
Program to sort the given numbers using bubble sort
- C Programming
- 5,985
- Dec 31, 2019
To sort the given numbers using selection sort
- C Programming
- 5,496
- Dec 31, 2019
To sort the given numbers using insertion sort
- C Programming
- 6,028
- Dec 31, 2019
Program to sort the given numbers using quick sort
- C Programming
- 5,732
- Dec 31, 2019
Program to sort the given numbers using shell sort
- C Programming
- 4,739
- Dec 31, 2019
To sort the given numbers in ascending & descending order
- C Programming
- 34,975
- Dec 31, 2019
Implentation of stack
using arrays
- C Programming
- 7,414
- Dec 31, 2019
Implentation of queue
using arrays
- C Programming
- 8,857
- Dec 31, 2019
Find the root of a equation using Bisection method
- C Programming
- 11,402
- Dec 31, 2019
Find the root of a equation using Newton Raphson
- C Programming
- 6,794
- Dec 31, 2019
To find the root of a equation using Secant Method
- C Programming
- 13,063
- Dec 31, 2019