programming

  • C

Bubble Sort: C

In this video tutorial we illustrate the bubble sort algorithm and also see how to write it in C programming,…

13 years ago
  • JavaScript

Roots of Quadratic Equation: JavaScript

Quadratic Equations are of the form ax2 + bx + c = 0. To find roots(root1 and root2) of such…

14 years ago