Here are very basic operations on a linear array before pouring your hands in Data Stuructures, these list of operations on array would be very useful for you.
Main Menu |
1. First option for inserting value
2. Second option consists of deletion of value by the index or by the address of value .
3. Third option let the user search the value in an array.
4. Fourth option lets the user reverse the elements in the array.
5. Fifth option lets the user rotate the elements in the array.
6. Sixth option lets the use shift the elements on either the right side or left side.
7. Seventh option lets the user count the number of occurences of element in the array.
8. Last option consists of displaying the address of the an element.
Link for Executable file: Link for Executable file
Link for C Source Code: Link for C source on Basic Array Operations
The source code is perfectly working in Codeblocks.
No comments:
Post a Comment