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 .
Pointers

Use pointer to const to display an array of non constant values of type double ?

Pointers

Use pointer to const to display an array of constant values of type double

Pointers

Take an int array of size 5 with different integer values. Now refer the pointer to array and then use increment and decrement operators on pointer to display contents of array ?

Pointers

Take an int array of size 5 with different integer values. Now refer the pointer to array and then take the address of each element of array and then display the content of that element through pointer ?

New, Pointers

Take an int array of size 5 with different integer values. Now refer the pointer to array and then use pointer to display contents of array (in a loop, using array notation)

Pointers

Take an int array of size 5 with different integer values. Now refer the pointer to array and then use pointer to display contents of array (in a loop, using array notation) ?

Pointers

Take input in three integers and write a swapping function for ‘a’, ‘b’ and ‘c’. Use pointers to swap the values. Resultant ‘a’ should print the value of ‘b’, and ‘b’ prints the value of ‘c’, and ‘c’ prints the value of ‘a’.?

Array Pointers

Write a program that dynamically allocates an array large enough to hold a userdefined number of test scores. Once all the scores are entered, the array should be passed to a function that sorts them in ascending order. Another function should be called that calculates the average score. The program should display the sorted list of scores and averages with appropriate headings. Use pointer notation rather than array notation whenever possible ?

1-D Array

Write a program that uses binary search to find out index of a number in an array .

1-D Array

Write a program that uses bubble sorting to sort array is ascending order .

Page 3 of 14‹ Previous1234567Next ›Last »

Categories

Join Us On Facebook

Also see these Programs…

  • Write a function that converts a lowercase string to upper case using pointers char phrase[] = ”we love pakistan”; Call of function will be void convertToUpperCase(char *ptr);
  • Use pointer to const to display an array of non constant values of type double ?
  • Use pointer to const to display an array of constant values of type double
  • Take an int array of size 5 with different integer values. Now refer the pointer to array and then use increment and decrement operators on pointer to display contents of array ?
  • Take an int array of size 5 with different integer values. Now refer the pointer to array and then take the address of each element of array and then display the content of that element through pointer ?

Posts viewed in last 24 hours

  • Write a program that dynamically allocates an array large enough to hold a userdefined number of test scores. Once all the scores are entered, the array should be passed to a function that sorts them in ascending order. Another function should be called that calculates the average score. The program should display the sorted list of scores and averages with appropriate headings. Use pointer notation rather than array notation whenever possible ? 6 views
  • Write a program to print counting 1 to 10 using do while loop 5 views
  • Write a program to overload inequality operator for complex number using class. 1 view
  • Write a program to convert the height from inches to cm using formula 2.54*height. 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