Chapter 7: Problem 8
Suppose we expect the elements of the array a to be ordered so that
a[0] ? a[1] ? a[2]? ...
However, to be safe we want our program to test the array and issue a
warning in case it turns out that some elements are out of order. The
following code is supposed to output such a warning, but it contains a
bug. What is it?
double a[10];
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.