#include



1. Prints array elements in reverse order

#include

void PrintRev ( int list [ ] , int first, int last ) // Array to be printed, Index of first, last element.

{

if ( first 0) // Required condition

{

prob4(X, c, m-1); // Starts with the first element and then goes till the mth position is

attained

if (X[m] == c) // If ‘c’ is at mth position then prints that a ‘c’ is found at ‘m’

{

printf("Found a ‘c’ at :”);// Prints that a ‘c’ is found at ‘m’

printf(“%d\n”,m)

}

}

}

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download