BasicMenuWithFunctionPointer

Description

This program offers us how can we prepare a menu easier than switch case method so I used function pointer. Program has 4 certain operations which is "Enter the Number,Find Max,Find Min,Reverse". This choices entered by the user.

Design

1=>Enter the elements of the array
2=>Find max
3=>Find min
4=>Reverse

View

1

Features

  • Getting element of array from user
  • Find max
  • Find min
  • Reverse array
  • User can not enter character (done for selecting choices)