Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

2. Passing parameters to a function by reference: Write the function swap we did in class and test it in a main program Show that

image text in transcribed
image text in transcribed
2. Passing parameters to a function by reference: Write the function swap we did in class and test it in a main program Show that the function parameters should be passed by reference. Use pointers to pass the parameters by reference. 3. Pointers and Arrays: Rewrite the following program to use pointers instead of arrays in two ways: (1) Use pointer operators that do not modify the pointer to process the array. You can either use the array name as the pointer, or you can define a constant pointer and make it point to the array (i.e. array's first element). (2) Use pointer operators that modify the pointer to process the array. You should first define a non-constant pointer and make it point to the array. int main(void) { int salary(20); for (i=0;i>salary[1]; } for (i=0;i

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advanced Database Systems For Integration Of Media And User Environments 98

Authors: Yahiko Kambayashi, Akifumi Makinouchi, Shunsuke Uemura, Katsumi Tanaka, Yoshifumi Masunaga

1st Edition

9810234368, 978-9810234362

More Books

Students also viewed these Databases questions