These are some advance problems these problem contains more them one complex functions
(The full information about these programs can not be given because these contains more then one functions)- Array operations
- Checking primes printing primes
- Operation on integers
- Printing combination of given size from a set of numbers using recursion
- Separating positive and negative numbers without changing relative order
- Binary search using recursion
- Binary search without recursion
- Printing prime number and calculating HCF
- Printing All Combination of Money for desired sum
- Metrics Multiplication of two metrics
- Finding Largest nondecreasing sequence in an array
- Calculating natural log of a number without using maths library
- Reservation of train using recursion
- Reservation of train using Link List without using recursion
- Reservation of ten trains using link list