Skip to content

kaniz-codes/C-Programming-Final-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C-Programming-Final-2024

  1. C program to find square of a number using function(apply four types)
  2. C program to find cube of a number using function
  3. C program to find diameter, circumference and area of circle using function
  4. C program to find factorial of a number using recursion
  5. C program to print all natural numbers from 1 to n using recursion
  6. C program to find power of a number using recursion
  7. C program to declare, initialize, input and print array elements
  8. Write a program in C to read n number of values in an array and display them in reverse order.
  9. Take an integer array where the user will give size and find the sum of the numbers in the array.
  10. Until the user quits, take input from the user and find whether it is zero, positive or negative using a while loop.
  11. Take a character array of size 20 (user input) and convert all letters to the uppercase letter.
  12. Write a C program to find the second largest number.
  13. Write a C program to concatenate two strings.
  14. Write a C program to reverse a string.
  15. Write a C program to merge two strings.
  16. Write a C program to convert lowercase string to uppercase.
  17. Write a C program to remove all spaces from a string.
  18. Write a C program that will copy the elements of an array into another array.
  19. Write a C program that will count the sum of all elements of a 2D array.
  20. Write a C program to check whether a string is palindrome or not. Write a c program that will count the total number of alphabets and the total number of digits in a string. Input and display array elements Sum of all array elements Insert new element in array Search an element in array/linear search Find frequency of array elements Add two matrices Check if two matrices are equal Find length of string Compare two strings Merge two array to third array Program to find power of a number using recursion Create, initialize and use pointer Add two numbers using pointers Swap two numbers using pointers Access array using pointers Create file and write contents Read file contents and display Append contents to file

About

My basic C programming practice.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published