C++
- To find Quadratic Roots of a given equation using 'if-else' statement.
- Find whether the year is a leap year or not using 'if-else' statement
- Implemnting Calculator using multiple 'if' statements.
- Program on Nested Switch.
- Calculate Sine and Cosine Values of an Angle using While statement.
- Print Star patterns and Number patterns.
- To search 'n' Prime Numbers.
- Check whether a number is ArmStrong number.
- Function to calculate series for a given number.
- Inline Function.
- Function call using Default Arguments.
- Function Overloading.
- find GCD of three numbers using Dijkstra's method.
- To convert Decimal number into Binary equivalent.
- Bubble Sort.
- Binary Search.
- To print Pascal's Traingle.
- To Find Saddle point in a given matrix.
- To reverse every word of a string.
- To count number of lines, words, characters in a paragraph.
- To print students in order of merit list.
- Nested Structure
- Reversing the Array Elements using Pointer.
- Program on Inheritance
- Program on Unary and Binary Operator Overloading.
- Implement Virtual Function.
- Implementing Friend Function
