Q-1.Write a C program to find the largest of three numbers using Pointers.
Q-2.Write a C program to count vowels and consonants in a String using pointer.
Q-3.- Write a C program to print String using Pointer.
Q-4.Write a C program to swap two numbers using pointers.
Q-5.Write a C program to create initialize and access a pointer variable.
Q-6.Write a C program using pointer to strings that accepts the name of an animal and a bird and returns the names in plural.
Q-7.Write a C program to add two numbers using pointers.
Q-8.Write a C program to store n elements in an array and print the elements using pointer.
Q-9.Write a C program to Calculate the length of the string using a pointer.
Q-10.Write a C program to find the factorial of a given number using pointers.