To understand the values of records in a programming language, write a small program in a C based language that uses an array of structs that stores student information including name as string, age as int, GPA as a float and grade level as a string. Write the same program in the same language without using structs. Your program should input three elements into the array.