Pointers assignments in C language with explanation and Solutions.
1. Write a program in c language to demonstrate the basic concept of pointers by declaring and dereferencing a pointer variable.
2.write a program in c to swap two numbers using pointers.
3.write a program in c language to find the sum of elements in an array using pointers.
4.Write a program in c language to reverse an array using pointers.
5.write a program in c language to find the length of a string using pointers.
6.write a program in c to concatenate two strings using pointers.
7.Write a program in c to compare two strings using pointers.
8.write a program in c to copy one string to another using pointers.
9.write a program in c to implement linear search in an array using pointers.
10.Write a program in c programming to implement binary search in a sorted array using pointers.
11.write a program in c language to dynamically allocate memory for an integer variable using pointers.
12.write a program in c to dynamically allocate memory for an array using pointers.
13.Write a program in c language to dynamically allocate memory for a string using pointers.
14.write a program in c to free dynamically allocated memory using pointers.
15.write a program in c language to implement a function to swap two elements in an array using pointers.
16.Write a program in c language to implement a function to find the maximum element in an array using pointers.
17.write a program in c to implement a function to find the minimum element in an array using pointers.
18.write a program in c to implement a function to sort an array using pointers.
19.Write a program in c language to implement a function to reverse a string using pointers.
20.write a program to implement a function to concatenate two strings using pointers.
21.write a program in c to implement a function to copy one string to another using pointers.
22.Write a program in c language to implement a function to compare two strings using pointers.
23.write a program to implement a function to calculate the length of a string using pointers.
24.write a program in c to implement a function to insert an element into an array at a specified position using pointers.
25.Write a program to implement a function to delete an element from an array at a specified position using pointers.
26.write a program to implement a function to find the sum of digits of a number using pointers.
27.write a program in c to implement a function to reverse a number using pointers.
28.Write a program in c to implement a function to check if a number is palindrome using pointers.
29.write a program in c language to implement a function to find the factorial of a number using pointers.
30.write a program in c programming to implement a function to swap two strings using pointers.