Search found 1 match

by gonzo
Sat Nov 20, 2004 1:54 am
Forum: Volume 2 (200-299)
Topic: 275 - Expanding Fractions
Replies: 47
Views: 26897

presentation error

I'm still getting Presentation Error. Can someone check my source code?

[c]
#include <stdio.h>
#include <stdlib.h>

int find(int *pole, int max) {
int i;
for(i=0; i<max; i++)
if(pole[max]==pole )
return i;
return -1;
}


int main() {
int numerator, denominator, a, i, j, x;
int nula;
int ...

Go to advanced search