S
@Shobh89
Write a program to check the repeating elements in C.
C
Write a program to reverse an Array.
C
Write a Program to return the nth row of Pascal’s triangle.
C
Write a program to form Pascal Triangle using numbers.
C
Write a Program to create a pyramid pattern using C.
C
Write a Program to find the area of a circle.
C
Write a Program in C to Print all natural numbers up to N without using a semi-colon.
C
Write a C Program to find the Maximum and minimum of two numbers without using any loop or condition
C
Write a C program to find the LCM of two numbers.
C
Write a C program to find the GCD of two numbers
C
Write a C Program to check if two numbers are equal without using the bitwise operator.
C
Check whether a number is a palindrome.
C
Write a Program to reverse a number.
C
Write a program to Find all the roots of a quadratic equation in C.
C
Write a Program to Check if a number is an Armstrong number or not.
C
Write a program to Factorial of a Number.
C
Write a Program to check if the year is a leap year or not.
C
Write a Program to convert the binary number into a decimal number.
C
Write a Program to Replace all 0’s with 1’s in a Number.
C
Write a Program in C to Swap the values of two variables without using any extra variable.
C