Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

C Interview Questions and Answers

Question: Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
Answer:
quicksort ((data + 222), 100);

Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook