This C program demonstrates basic functionalities for handling integer arrays. It allows users to input integers into an array, prints the array, and performs linear searches based on user input until the user enters 0 to terminate.

Samsung 34' Odyssey G5 Ultra-Wide Gaming Monitor
Elevate your gaming and productivity with the Samsung 34-Inch Ultra-Wide Monitor – immersive visuals, seamless performance, and stunning clarity!
View on Amazon

This program uses a predefined array size and provides flexibility for user input. This is a fully functional program however you can further improve it with input validation, dynamic memory allocation, and improved error handling.