A building has 10 floors with a floor height of 3 meters each. A ball is dropped
from the top of the building. Find the time taken by the ball to reach each floor.
(Use the formula s = ut+(1/2)at^2 where u and a are the initial velocity in m/sec (=
0) and acceleration in m/sec^2 (= 9.8 m/s^2))
Write a C program to calculate the following ,where x is a fractional value. 1-x/2+x^2/4-x^3/6
Write a C program to read in two numbers, x and n, and then compute the sum of
Write a C program to determine if the given string is a palindrome or not (Spelled same in both directions with or without a meaning like madam,civic,noon,abcba,etc.)
Write a C program To delete n characters from a given position in a given string.
Write a C program that converts a number ranging from 1 to 50 to Roman equivalent
Write a C program to convert a Roman numeral to its decimal equivalent.
Write a C program to construct a pyramid of numbers as follows: 1 * 1 1 * 1 2 * * 2 3 2 2 * * 1 2 3 * * * 4 5 6 3 3 3 * * * 4 4 4 4 * *
Sorted list of integers using binary search method
Write a C program that sort a given array of names /**C program to read N names ,store them in the form of an array * and sort them in alphabetical order.Output the given names and *the sorted names in two columns side bt sidde.*/
Write a C program that implements the selection sort method to sort a given list of integer in descending order
Write a C program that implements the Bubble sort method to sort a given list of integers in ascending order
List of intergers using linear search method
Write a ‘C’ Program to compute the sum of all elements stored in an array using pointers
Write a C program using pointers to read in an array of integers and print its elements in reverse order.
Write a program for reading elements using pointer into array and display the values using array.
Write C programs that use both recursive and non-recursive functions i. To find the factorial of a given integer.
write C programs that uses both recursive and non-recursive functions to compute x^n using recursive
Transpose of a matrix with memory dynamically allocated for the new matrix as row and column counts may not be same
Write a c program to fnd multiplication of two matrices.
Write a C program that uses functions to perform the following: Addition of Two Matrices
Write a functions to compute mean, variance, Standard Deviation, sorting of n elements in single dimension array.
Write a C program to find the minimum, maximum and average in an array of integers.
Write a C program to find the roots of a Quadratic equation.
Write a C program to generate all the prime numbers between 1 and n, where n is a value supplied by the user.
A Fibonacci sequence is defined as follows: the first and second terms in the sequence are 0 and 1. Subsequent terms are found by adding the preceding two terms in the sequence. Write a C program to generate the first n terms of the sequence.
Write a C program to find the sum of individual digits of a positive integer and test given number is palindrome. Sum of individual digits of a positive integer:
Write a program that finds if a given number is a prime number
Write a C program, which takes two integer operands and one operator from the user, performs the operation and then prints the result. (Consider the operators +,- ,*, /, % and use Switch Statement).
Write a program that shows the binary equivalent of a given positive number between 0 to 255.
Write a program that prints a multiplication table for a given number and the number of rows in the table. For example, for a number 5 and rows = 3, the output should be: 5 x 1 = 5 5 x 2 = 10 5 x 3 = 15
Write program that declares Class awarded for a given percentage of marks, where mark 70% = Distinction. Read percentage from standard input.
Write a program for simple and compound interest
Write a program to find maximum and minimum from the three numbers
Write a simple program that prints the results of all the operators available in C (including pre/ post increment, bitwise and/or/not, etc.). Read required operand values from standard input.
The Above programs are executed in Turbo c++
Download Software
👇
0 Comments