1. Write a program to create and display singly link list using pointers.
2. Write a program to insert new record at last position in the singly link list.
3. Write a program to insert new record at the beginning in the singly link list.
2. Write a program to insert new record at last position in the singly link list.
3. Write a program to insert new record at the beginning in the singly link list.
4. Write a program to delete a record from last position in the singly link list.
5. Write a program to delete a record from the beginning in the singly link list.
6. Write a program to find the largest element within an integer array using pointers.
7. Write a program to accept string using character pointer and display it.
8. Write a program to calculate the length of the string usingpointers.
9. Write a program to calculate the square and cube of an entered number using pointer of a variable containing the entered number.
10. Write functions to add, multiply, subtract two numbers and call the functions from the main program using a function pointer.
5. Write a program to delete a record from the beginning in the singly link list.
6. Write a program to find the largest element within an integer array using pointers.
7. Write a program to accept string using character pointer and display it.
8. Write a program to calculate the length of the string usingpointers.
9. Write a program to calculate the square and cube of an entered number using pointer of a variable containing the entered number.
10. Write functions to add, multiply, subtract two numbers and call the functions from the main program using a function pointer.
Comments
Post a Comment