Hi. I am having trouble writing a program in C for the TI-89. I am very new to the language and I still have a lot to learn.
In TI-Basic, I have programs that can take a list, ex: {1,4,3,1,7,9}, and will retrive a certain element from the list. For example, if I called for element number 2, the function would return 4.
Is there any way I can get the same feature in C. Would I use "lists" like in TI-Basic, or is there a different method. Also, I would have the lists pre-entered in the program. The program would not have to add data to the lists.