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

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

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

Featured

  • WRITE A PROGRAM TO FIND THE ROOTS OF AN EQUATION.
  • Write a program to find the roots of equation ( x(Square) – sin x – 0.5) using bisection method
  • 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
  • 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
  • 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ᴺ
  • 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.
  • Write a program in assembly language to sort array elements in ascending order.
  • Write a program to Multiply Two matrices using Matrix Multiply Algorithm.
  • Write a program to print the fibonacci series till a given number in c++.
  • Write a program to multiply two matrices of 3 * 3 order without using loop in assembly language .
1-D Array, Arrays

Write a program that uses selection sorting to sort an array in ascending order.

Input Output

Write a program that asks for five test scores. The program should calculate the average test score and display it. The number displayed should be formatted in fixed-point notation, with one decimal point of precision?

Nested While Loops

Write a program that prints diamond shape in c++

Other Programs

Write a program that can be used as a math tutor for a young student. The program should display two random numbers to be added, such as 247 + 129 The program should then pause while the student works on the problem. When the student is ready to check the answer, he/she can press a key and the program will display the correct solution: 247 + 129= 376?

If-Else

Write a program to print the Greater Number

String

Write a program to set a pasword using string compare

If-Else

Write a program to create pasword using if else

Function

Write a program to print the maximum number using function

For Loops

Write a program to take average and find greater number from numbers you want to enter

Recursion

Write a program to print the fibonacci series till a given number

Page 4 of 14‹ Previous12345678Next ›Last »

Categories

Join Us On Facebook

Also see these Programs…

  • Write a program that uses binary search to find out index of a number in an array .
  • Write a program that uses bubble sorting to sort array is ascending order .
  • Write a program that uses selection sorting to sort an array in ascending order.

Posts viewed in last 24 hours

  • Write a program in assembly language to sort array elements in ascending order. 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