C++ Practice [C++ Practice Set - I, C++ Algorithms Set - I, C++ Practice Set - II]
$count++; if ($count == 2) { include "../sharemediasubfolder.php"; } ?>C++ Practice Set - I [Back to Top]
- Find sum of digits for a given number
- Find if a given string is a palindrome
- Program to calculate area of a Rectangle
- Program to calculate area of a Circle
- Program to find out if a given number is prime
- Program to compute Fibonacci series
- Program to calculate Factorial of a given number
- Round number to three decimal places?
- Count the number of occurrences of a word in a sentence
- Program to extract odd numbers from a list
- Program to calculate square of odd numbers in a given list
C++ Algorithms Set - I [Back to Top]
- Bubble Sort in C++
- Insertion Sort in C++
- Selection Sort in C++
- Merge Sort in C++
- Quick Sort in C++
- Linear Search in C++
- Binary Search in C++
C++ Practice Set - II [Back to Top]
- Write a program in C++ to reverse a number
- Write a program in C++ to swap two numbers without using third variable
- Write a program in C++ to swap two numbers
- Write a program in C++ to find GCD of two numbers
- Write a program in C++ to find LCM of two numbers
- Write a program in C++ to convert from Binary to Decimal
- Write a program in C++ to convert from Decimal to Binary
- Write a program in C++ to convert from Celsius to Fahrenheit
- Write a program in C++ to convert from Fahrenheit to Celsius
- Write a program in C++ to insert element into an Array
- Write a program in C++ to delete element from an Array
- Write a program in C++ to add two matrices
- Write a program in C++ to multiply two matrices
- Write a program in C++ to subtract two matrices