How to write a menu driven program in C
1: calculate the length of string
2: copy one string into another
3: compare two string
4: concatenate of two string
Solution:
/* write a menu driven program
1: calculate the length of string
2: copy one string into another
3: compare two string
4: concatenate of two string */