Basic C Programming
👉 C program to accept input from user and print it on the output screen.
👉 C program to print addition of given two numbers
👉 C program to print subtraction of given two numbers.
👉 C program to print division of given two numbers.
👉 C program to print ASCII value of character.
👉 C Program to Perform all Arithmentic operations on given two numbers.
👉 C program to find Net salary of an employee.
👉 C Program to find area of circle.
👉 C Program to find area of triangle.
👉 C program to accept three subjects marks and display total and average.
👉 C program to print addition of given two numbers
👉 C program to print subtraction of given two numbers.
👉 C program to print division of given two numbers.
👉 C program to print ASCII value of character.
👉 C Program to Perform all Arithmentic operations on given two numbers.
👉 C program to find Net salary of an employee.
👉 C Program to find area of circle.
👉 C Program to find area of triangle.
👉 C program to accept three subjects marks and display total and average.
If-else Statements
Loops and Iteration
Arrays
👉 C program to find percentage of given subjects marks using array.
👉 C program to find largest element of array.
👉 C program to print array elements in reverse order.
👉 C program to copy the elements of one array into another array.
👉 C program to merge two arrays sorted in descending order.
👉 C program to add two matrices using array.
👉 C program to print subtraction of two matrices using array.
👉 C program to print multiplication of two matrices using array.
👉 C program to print given array elements in ascending order.
👉 C program to delete the element from array.
👉 C program to replace an element in an array with its position.
👉 C program to search the number from array with its position.
👉 C program to find largest element of array.
👉 C program to print array elements in reverse order.
👉 C program to copy the elements of one array into another array.
👉 C program to merge two arrays sorted in descending order.
👉 C program to add two matrices using array.
👉 C program to print subtraction of two matrices using array.
👉 C program to print multiplication of two matrices using array.
👉 C program to print given array elements in ascending order.
👉 C program to delete the element from array.
👉 C program to replace an element in an array with its position.
👉 C program to search the number from array with its position.
Pattern Programs
Star Patterns
Series Programs
Strings
Switch-Case
Functions
👉 Write a C program to print sum of two numbers using functions.
👉 Write a C program to print given number is even or odd using function.
👉 Write a C program to print square of given number using function.
👉 Write a C program to print factorial of given number using function.
👉 Write a C program to check given number is prime or not using function.
👉 Write a C program for swap two numbers using functions.
👉 Write a C program to print given number is even or odd using function.
👉 Write a C program to print square of given number using function.
👉 Write a C program to print factorial of given number using function.
👉 Write a C program to check given number is prime or not using function.
👉 Write a C program for swap two numbers using functions.
Pointers
Bitwise Operators
👉 Write a C program which perform bitwise AND operation.
👉 Write a C program which perform bitwise OR operation.
👉 Write a C program which perform bitwise XOR operation.
👉 Write a C program which perform bitwise Compliment(~) operation.
👉 Write a C program which perform bitwise left-shift(<<) operation.
👉 Write a C program which perform bitwise right-shift(>>) operation.
👉 C program to print given number is even or odd using bitwise operators.
👉 Write a C program which perform bitwise OR operation.
👉 Write a C program which perform bitwise XOR operation.
👉 Write a C program which perform bitwise Compliment(~) operation.
👉 Write a C program which perform bitwise left-shift(<<) operation.
👉 Write a C program which perform bitwise right-shift(>>) operation.
👉 C program to print given number is even or odd using bitwise operators.
No comments:
Post a Comment
If you have any doubts, please discuss here...👇