Programming In C Language. Nevermind the Codeblocks requirement.
Create a Code Blocks project named LinkedLists. This program will use a set of data structures into which the user will enter contact information Declare a Contactlnfo struct pointer. It should have fields for contact information and also contain a next field. Create a getContactlnfo function that asks for contact information and places the information into a struct Call getContactinfo ten times from a for loop, and each
OR
OR