
plz give me the correct programs for the following set of programs
1. Write a program to create a one dimensional array at run time using a user defined function with user given number of elements into it. Also write separate functions that would allow you to insert and delete elements into/from this array at any arbitrary location.
2. Write a program to add and subtract following polynomials 5x2 – 3xy + y, 2x2 – y2 + 5xy – x + y using array.
3.Write a program to create one dimensional, two dimensional and three dimensional arrays in memory and then verify the various address calculation formulae for any arbitrary element of these arrays
4. Write a program to implement a stack in an array and perform PUSH, POP, PEEP and CHANGE operations on it using functions.
5. Write a program to convert the following expression to its postfix equivalent using stack
-
- ((A + B )* D) ^ (E – F)
- A + (B * C – (D / E ^ F) * G) * H Where ^: raise to the power
plz give me the correct programs for the following set of programs
1. Write a program to create a one dimensional array at run time using a user defined function with user given number of elements into it. Also write separate functions that would allow you to insert and delete elements into/from this array at any arbitrary location.
2. Write a program to add and subtract following polynomials 5x2 – 3xy + y, 2x2 – y2 + 5xy – x + y using array.
3.Write a program to create one dimensional, two dimensional and three dimensional arrays in memory and then verify the various address calculation formulae for any arbitrary element of these arrays
4. Write a program to implement a stack in an array and perform PUSH, POP, PEEP and CHANGE operations on it using functions.
5. Write a program to convert the following expression to its postfix equivalent using stack
-
- ((A + B )* D) ^ (E – F)
- A + (B * C – (D / E ^ F) * G) * H Where ^: raise to the power




