Computer Science, asked by paulnairit96p74usb, 4 months ago

Write a program that will obtain the value of a variable A from user and create a tuple Tpl=(A, A^2 ,A^3 ,A^4). I need urgent aswe as I have exam​

Answers

Answered by ay8076191
0

Explanation:

hlo mate here's your answer

Write a C program to input elements in an array and sort array using pointers. How to sort an array in ascending or descending order using function pointers in C programming. Logic to sort an array using pointers in program.

Example

Input

Input array elements: 10 -1 0 4 2 100 15 20 24 -5

Output

Array in ascending order: -5, -1, 0, 2, 4, 10, 15, 20, 24, 100,

Array in descending order: 100, 24, 20, 15, 10, 4, 2, 0, -1, -5,

I hope its help you mark as brainlist plz

Similar questions