M2 Practice Questions
Functions:
- Find Area and Perimeter using functions
- Find Area and circumference using functions
- Convert Fahrenheit to Centigrade using functions
- Fibonacci series using functions
- Sort numbers in an array in ascending and descending order using functions
- Area using function overloading
- Find Greater no. with the Inline function
- Program on a recursive function - Factorial of a number
- Find highest paid employee using functions
- Find no. with maximum digit sum using functions
Strings:
- Find the length of the string
- Compare two strings
- Copy one string to another
- Concatenate strings
- Reverse a string
- Count no. of characters in a string
Arrays: