0% found this document useful (0 votes)
2 views1 page

C Programs Assignment

The document outlines a series of C programming assignments focused on utilizing pointers. Tasks include swapping integers, summing array elements, reversing strings, and various string manipulations. Each assignment emphasizes the application of pointer concepts in C programming.

Uploaded by

Archana Rohokale
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

C Programs Assignment

The document outlines a series of C programming assignments focused on utilizing pointers. Tasks include swapping integers, summing array elements, reversing strings, and various string manipulations. Each assignment emphasizes the application of pointer concepts in C programming.

Uploaded by

Archana Rohokale
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

C Programs Assignment

1. Write a C program to swap two integers using pointers.


2. Write a C program to find the sum of elements in an array using pointers.
3. Write a C program to reverse a string using pointers.
4. Write a C program to find the maximum element in an array using pointers.
5. Write a C program to count the number of vowels in a string using pointers.
6. Write a C program to concatenate two strings using pointers.
7. Write a C program to count the occurrences of a character in a string using pointers.
8. Write a C program to check if a string is a palindrome using pointers.
9. Write a C program to copy one string to another using pointers.
10. Write a C program to find the factorial of a number using pointers.
11. Write a C program to sort an array of integers using pointers.
12. Write a C program to reverse an array using pointers.
13. Write a C program to check if two strings are anagrams using pointers.
14. Write a C program to find the largest and smallest elements in an array using pointers.
15. Write a program in C to print all the alphabets using a pointer.
16. Write a C program to print all the digits from 0 to 9 using a pointer.
17. Write a C program to print all the lowercase letters from ‘a’ to ‘z’ using a pointer.

You might also like