Program to convert this temperature in centigrade degree

Assignment Help Data Structure & Algorithms
Reference no: EM131092144

1. Ramesh basic salary is input through keyboard his da is 40% of basic salary and hra is 20% of basic salary. Draw a flow chart; write an algorithm and program in c to calculate gross salary.

2. Temperature of city in Fahrenheit degree is input through the keyboard Draw a flow chart; write an algorithm and program to convert this temperature in centigrade degree.

3. Draw a flow chart; write an algorithm and program in c to find the largest of three numbers.

4. Draw a flowchart, write an algorithm and program in c to check whether the entered no is prime or not.

5. Draw a flow chart, write an algorithm and program in ‘C' to calculate total marks, percentage of students, if marks obtained by students are input through keyboard and max marks can be obtained by students in each subjects are 100 show grade as:
• If per obtained >=85 grade 'A'
• If per obtained is >=70 grade 'B'
• If per obtained is >=55 grade 'C'
• If per obtained is >=40 grade ‘D'
• If per obtain is <40 grade 'E'.

6. Draw a flowchart, write an algorithm and program in ‘C' to find sum of all digits of a four-digit number entered through keyboard.

7. Draw flowchart, write algorithm and program to check whether the number is Armstrong or not.

8. Draw flowchart, write an algorithm and a program in c to print the following pyramid.
*
* *
* * *
* * * *

9. Draw a flowchart, write an algorithm and menu driven program in c, which has the following options
• Factorial of a number.
• Odd or even
• Exit

10. Draw flowchart, Write algorithm and program for function to obtained prime factors of the inputted integer. (Prime factor of 24 is 2,2,2,3).

11. Draw a flowchart, write an algorithm and a program in ‘C' to print Fibonacci numbers (0,1,1,2,3,5,8,13).

12. Write a function power to calculate the value of ‘a' raised to ‘b'.

13. Draw a flowchart write a program in ‘C' to compute factorial of a given number using recursion.

14. Draw a flowchart write a program in c to check whether the entered year is leap year or not using function.

15. Draw a flowchart write a program in c to exchange values of two-integer variable using call by reference.

16. Draw a flowchart; write an algorithm and program in c to find the largest and smallest element of an array.

17. Draw a flowchart; write an algorithm and program in c to sort the given array in ascending order.

18. Draw a flow chart; write an algorithm and a program in ‘C' to print sum of rows and columns of 3x3 matrix.

19. Draw a flowchart and write a program to find the sum of two 3 X 3 Matrix.

20. Draw a flowchart, write an algorithm and a program in ‘C' to accept values in an array and print sum of all elements of an array Using pointers.

21. Draw a flowchart; write an algorithm and a program in ‘C' to search an element in an array by linear search.

22. Draw a flowchart, write an algorithm and a program in 'C' to convert the upper case letters of a string to the lower case letters and vice versa without using library function.

23. Draw flowchart; write an algorithm and a program in ‘C' to check a user-entered string for palindrome.

24. Write a program in ‘C' to create the structure having fields empno, empname and basicsal calculate HRA, DA, and net salary on the basic salary.
Net sal = basicsal+da+hra.
hra = 30% of basic sal.
da = 20% of basic sal.

25. Write a program in ‘C' to read and write a character from a file using fgetc() and fputc() function.

26. Write a program in ‘C' to copy a file character by character.

27. Draw flowchart, write algorithm and program to insert an element at specified position in a single dimensional array.

28. Draw flowchart, write algorithm and program to delete an element from specified position in a single dimensional array.

29. Write a program to read and print record of n students using arrays with structure where structure of student consists of rollno and name.

30. Draw flowchart, Write program to illustrate use of fwrite() and fread().

Reference no: EM131092144

Questions Cloud

Explain different types of operators used in oracle : Assignment 1:Ques1. Explain different types of operators used in ORACLE.Ques2. Explain the following commands with an example:
Develop chart that lists theo characteristics of congenital : Develop a chart that lists theo characteristics of congenital heart defects, blood disorders, asthma, cystic fibrosis, insulin-dependent diabetes mellitus, chronic renal failure, childhood cancer, and congenital and acquired infectious diseases.
Effect of the current value and trajectory : The effect of the current value, and trajectory, of the Yuan on the US and world economies. The theoretical arguments for changes to the Chinese exchange rate regime, including accelerated revaluation and/or allowing a free float
Generalized by introducing a third parameter : The two-parameter gamma distribution can be generalized by introducing a third parameter g, called a threshold or location parameter: replace x in (4.8) by x - g and  This amounts to shifting the density curves in Figure 4.27 so that they begin the..
Program to convert this temperature in centigrade degree : Temperature of city in Fahrenheit degree is input through the keyboard Draw a flow chart; write an algorithm and program to convert this temperature in centigrade degree.
Applications of the forecasting methods : A disaster is a serious disruption of the functioning of a community or a society involving widespread human, material, economic or environmental losses and impacts
Calculate the change in income : Show graphically what happens when lump sum taxes are increased. Clearly indicate the distance of the curve shifts, and the amount of the income change. Is the effect of lump sum taxes on income greater or less in this model, as compared to the si..
Create a emp table with empno : 1.Create a emp table with empno, ename,job,sal  And solve the following query
Simulation case study-phoenix boutique hotel group : Review "Simulation Case Study: Phoenix Boutique Hotel Group" for this topic's case study, in which you provide guidance to Phoenix Boutique Hotel Group (PBHG) founder Bree Bristowe.

Reviews

Write a Review

 

Data Structure & Algorithms Questions & Answers

  Plot the time complexity according to theoretical bounds.

Be sure to only include the time needed for sorted, excluding the time to generate the random numbers. Plot the results (input size, running time) for BubbleSort and MergeSort.

  Define file type

Define File Type and provide some of the important information to know about it and where do file types come from?

  The binary search algorithm

- The "origin" of the Cartsian plane in math is the point where x and y are both zero. Declare a variable of type POINT named origin and set its data dields consistent with the mathematical notion of "origin".

  How can i access a folder in the unix server using this ssh

How can I run the following commands on a remote Linux server using putty or Secure Shell Client (SSH secure Shell)

  Find combination of projection and inverse projection map

Find the combination of projection and inverse projection maps which finds all authors by whom I have horror books

  In this assignment you will write an essay on protein

in this assignment you will write an essay on protein requirements. begin by performing an internet search for high

  Circular linked list to implement the queue

Use a circular linked list to implement the queue data structure as explained in java. Write unit test with various test cases to test your implementation.

  Compare and contrast link-state and distance-vector routing

Examine the corresponding ping reply packet. What are the ICMP type and code numbers? What other fields does this ICMP packet have?

  Determining entropy of encrypted message

If this message is encrypted with DES by using a random 56-bit key, determine encrypted message's entropy?

  What are the characteristics of a good algorithm

What is an algorithm? What are the characteristics of a good algorithm and what do you mean by complexity of an algorithm? Explain the meaning of worst case analysis and best case analysis with an example.

  Declare a double array

Question 1: Declare a double array of size 100. Question 2: Fill out the array with 1 if a random value is greater than 0.5 else 0 Question 3: print the number of 0's in the array .

  Develop a comprehensive network design document

Develop network design testing procedures through services, tools, and testing scripts. Describe optimal network design for critical business applications to include effective use of bandwidth and satisfying QoS requirements.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd