Program Pointer Arithmetic Write a program that asks the user a length of an integer array as input. Ask for elements and assign them using a pointer ptr.   Print the array between "[ ]" and separate by a comma. Input 1. One line containing an integer for the length of the array 2. The elements Sample 1 2 3 4 5 Output Enter length: 5 Enter element 1: 1 Enter element 2: 2 Enter element 3: 3 Enter element 4: 4 Enter element 5:

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter8: Arrays
Section: Chapter Questions
Problem 9PE
icon
Related questions
Question

C Program Pointer Arithmetic

Write a program that asks the user a length of an integer array as input. Ask for elements and assign them using a pointer ptr.

 

Print the array between "[ ]" and separate by a comma.

Input

1. One line containing an integer for the length of the array

2. The elements

Sample

1
2
3
4
5

Output

Enter length: 5
Enter element 1: 1
Enter element 2: 2
Enter element 3: 3
Enter element 4: 4
Enter element 5: 5
[1,2,3,4,5]
Write a program that asks the user a length of an integer array as input. Ask for elements
and assign them using a pointer ptr.
Print the array between "[]" and separate by a comma.
Input
1. One line containing an integer for the length of the array
2. The elements
Sample
1
Output
Enter length: 5
Enter element 1: 1
Enter element 2: 2
Enter element 3: 3
Enter element 4: 4
Enter element 5: 5
[1,2,3,4,5]
main.c
<> + 16
Test Cases
Run Tests
Constraints
O Constraint 1
This code must use a pointer.
Test Cases
○ Test Case 1
Your Output
No Output
Expected Output
Enter length: 6
Enter element 1: 9
Enter element 2: 2
Enter element 3: 3
Enter element 4: 43
Enter element 5: 52
Enter element 6: 15
[9,2,3,43,52,15]
Transcribed Image Text:Write a program that asks the user a length of an integer array as input. Ask for elements and assign them using a pointer ptr. Print the array between "[]" and separate by a comma. Input 1. One line containing an integer for the length of the array 2. The elements Sample 1 Output Enter length: 5 Enter element 1: 1 Enter element 2: 2 Enter element 3: 3 Enter element 4: 4 Enter element 5: 5 [1,2,3,4,5] main.c <> + 16 Test Cases Run Tests Constraints O Constraint 1 This code must use a pointer. Test Cases ○ Test Case 1 Your Output No Output Expected Output Enter length: 6 Enter element 1: 9 Enter element 2: 2 Enter element 3: 3 Enter element 4: 43 Enter element 5: 52 Enter element 6: 15 [9,2,3,43,52,15]
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Array
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT