Write a C program to declare a fixed-size array, store elements in it, and print all the elements. at all the cases time complexity is O(1) because we are just declaring an array and printing its ...