Search Results

Search found 26 results on 2 pages for 'nicky hajal'.

Page 2/2 | < Previous Page | 1 2 

  • Infinite loop when using fscanf

    - by user1409641
    I wrote this simple program in C, because I'm studying FILES right now at University. I take a txt file with a list of the results of the last race so my program will show the data formatted as I want. Here's my code: /* Esercizio file Motogp */ #include <stdio.h> #define SIZE 20 int main () { int pos, punt, num; float kmh; char

    Read the article

< Previous Page | 1 2