x

Learn Programming Languages

Main menu

Skip to content
  • Home
  • Categories
    • Arrays
    • Assembly
    • C Language
      • Area Programs
      • Array
        • 1-D Array
        • 2-D Array
      • File Handling
      • Function
      • Graphics
      • If-Else
      • Logical Programs
      • Loops
        • Do-While Loops
        • For Loops
        • Nested For Loops
        • Nested Loops
      • Mathematical Programs in C.
      • Mathematical Programs.
      • Simple Programs.
    • C++
    • D.S Programs
    • New
    • OOP(C++)
    • Overloading
  • Ques & Ans
  • About Us
  • Contact Us

Author Archives: Kamal Subhani

Graphics

Write a program to draw a parabola in C using graphics.

Numerical Computing

WRITE A PROGRAM TO FIND THE ROOTS OF AN EQUATION.

Numerical Computing

Write a program to find the roots of equation ( x(Square) – sin x – 0.5) using bisection method

For Loops

Write a program that accepts an upper limit from the user and it should display the following series up-to the upper limit specified in a n variable. 1 2 3 0 5 6 7 0 9……………..n

For Loops

Write a program that accepts an upper limit from the user and it should display the following series up-to the upper limit specified in a n variable. 1 3 9 27 81…………………n

For Loops

Write a program that asks the user to input two numbers in two variables x and n. Now find and properly display the sum of following series. X+X²+X³…………………Xᴺ

For Loops

Write a program using for loop to find the sum of the squares of the integers from 1 to n. Where n is a positive value entered by user.

Assembly

Write a program in assembly language to sort array elements in ascending order.

Matrix Chain Multiplication

Write a program to Multiply Two matrices using Matrix Multiply Algorithm.

loops

Write a program to print the fibonacci series till a given number in c++.

Untitled-1 copy
Page 1 of 1312345Next ›Last »

Categories

Join Us On Facebook

Also see these Programs…

  • Write a program that accepts an upper limit from the user and it should display the following series up-to the upper limit specified in a n variable. 1 2 3 0 5 6 7 0 9……………..n Kamal Subhani
  • Write a program that accepts an upper limit from the user and it should display the following series up-to the upper limit specified in a n variable. 1 3 9 27 81…………………n Kamal Subhani
  • Write a program that asks the user to input two numbers in two variables x and n. Now find and properly display the sum of following series. X+X²+X³…………………Xᴺ Kamal Subhani
  • Write a program using for loop to find the sum of the squares of the integers from 1 to n. Where n is a positive value entered by user. Kamal Subhani
  • Write a program to print the fibonacci series till a given number in c++. Kamal Subhani

Posts viewed in last 24 hours

  • Write a program to overload multiplication operator for complex numbers using class. 1 view

Web Traffic

Pages

Pages|Hits |Unique

  • Last 24 hours: 0
  • Last 7 days: 0
  • Last 30 days: 0
  • Online now: 0
© Learn Programming Languages