Skip to Main Content
Programming and Data Structures
book

Programming and Data Structures

by Ashok Kamthane
August 2009
Intermediate to advanced content levelIntermediate to advanced
604 pages
21h 39m
English
Pearson India
Content preview from Programming and Data Structures
Functions 343
}
artyO
{
static int k;
int b[5Hl,2J,4r5l;
retum(bPc++]);
I
OUTPUT;
1 2 3 4 5
OUTPUT;
1 2 3 4 5
Explanation In the above program integer array b [ ] is declared and initialized in function
a rry (). The function a rry () is called five times. During each call it returns successive elements
of array b [] to function main (). Thus, all elements of array b[ ] are displayed,
f) Interchange of array elements
10.29 Write a program to interchange array elements of two arrays using a function.
# include <stdio.h>
# include <conio.h>
void mainO
{
int re ad ( ) ;
void c h a n g e (in t* ,in t* );
in t x , a [ 5 ] , b [5 ];
c l
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learning Data Structures and Algorithms

Learning Data Structures and Algorithms

Rod Stephens
Data Structures and Algorithms in C++, Second Edition

Data Structures and Algorithms in C++, Second Edition

Michael T. Goodrich, Roberto Tamassia, David M. Mount

Publisher Resources

ISBN: 9789332506343