Skip to content
Just Tech Review
  • Blogging
  • C
    • C Programs
    • C Tutorials
  • C#.NET
  • C#
  • Electric Cars
  • Java
  • JavaScript
  • PHP
  • Python
  • Smartphone Reviews
  • SQL

Sean Fleming

C++ Program to Check whether a year is Leap year or not

12th November 2019 by Sean Fleming
C++ Program to Check whether a year is Leap year or not

Program

Categories C++ Programming, Programming Tags C++ Program to Check whether a year is Leap year or not Leave a comment

C++ Program to Find Roots of Quadratic Equation

12th November 2019 by Sean Fleming

Program Output

Categories C++ Programming, Programming Tags C Program to Find Roots of Quadratic Equation Leave a comment

C++ Program to print three numbers in descending order

12th November 2019 by Sean Fleming
Categories C++ Programming, Programming Tags C++ Program to print three numbers in descending order Leave a comment

C++ Program to convert a lowercase alphabet to uppercase or vice-versa

12th November 2019 by Sean Fleming
C++ Program to convert a lowercase alphabet to uppercase or vice-versa

Program

Categories C++ Programming, Programming Tags C++ Program to convert a lowercase alphabet to uppercase or vice-versa Leave a comment

Program for Quick Sort in C++

12th November 2019 by Sean Fleming

Quick Sort is one of the most productive sorting calculation whose best, most noticeably terrible and normal case time complexities are O (n log n), O (n2) and O (n log n) individually. How does it function? We first pick a turn component. There are different approaches to pick a turn component. Pick the first … Read more

Categories C Programming, C++ Programming, Programming Tags Program for Quick Sort in C++ Leave a comment
Older posts
Newer posts
← Previous Page1 … Page185 Page186 Page187 … Page249 Next →

Search for content, code snippets, etc.

© 2026 Just Tech Review • Built with GeneratePress