Programming C

Forum discussion tagged with Programming C.
  1. haoumalik

    Question Need help finding a solution to this exercise. please

    Write a C program which performs the multiplication of a single -dimensional array by a given value alpha (an integer) and returns the average value of the resulting array. The array's size and its integer elements as well as alpha are provided by a user via the keyboard. The initial array. the...
  2. T

    file manipulation in C

    hey there guys! I really need help... so, I need a program that reads some specific lines and prints other ones from a file. also, i need to compare an input with another specific lines from a file. I have a written file with information for playing a little game. on the 1st line I have a char...