subject

Write a function that accepts an int array and the array’s size as arguments. The function should create a new array that is twice the size of the argument array. The function should copy the contents of the argument array to the new array and initialize the unused elements of the second array with 0. The function should return a pointer to the new array. Additional Requirements:

Demonstrate your function in a program by initializing an array in main and passing it and it's size to your function. Use the pointer returned by your function to print the contents of the array in main. Don't forget to delete the array at the end of main using the pointer.
Your function should not interact with the user in any way (no cin or cout statements).
Do not use global variables.
Your function must use dynamic memory allocation to create the array. If it does not, you will receive 0 points for the assignment.
Do not use smart pointers.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 06:20
In what kind of attack can attackers make use of millions of computers under their control in an attack against a single server or network availability confidentiality integrity identity automated attack software? those who wrongfully disclose individually identifiable health information can be fined up to what amount per calendar year? single most expensive malicious attack hipaa what are script kiddies? advanced persistent threat security manager security engineer what level of security access should a computer user have to do their job what process describes using technology as a basis for controlling the access and usage of sensitive data? cybercriminal
Answers: 1
question
Computers and Technology, 23.06.2019 20:30
What are some settings you can control when formatting columns?
Answers: 1
question
Computers and Technology, 23.06.2019 23:00
Computer programming is one type of what career
Answers: 1
question
Computers and Technology, 24.06.2019 04:30
How do you share someone else’s tweet with your own twitter followers?
Answers: 1
You know the right answer?
Write a function that accepts an int array and the array’s size as arguments. The function should cr...
Questions
question
Mathematics, 26.03.2020 01:27
question
Mathematics, 26.03.2020 01:27
question
Mathematics, 26.03.2020 01:27
question
Mathematics, 26.03.2020 01:27
question
Mathematics, 26.03.2020 01:27
question
Mathematics, 26.03.2020 01:27
Questions on the website: 13722361