Search:

Type: Posts; User: Arthuoff

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,847

    Why array doesn't print correct numbers?

    Following code:


    #include <stdio.h>

    int izbaciSveProste(int n, int x[], int y[])
    {
    int i;
    int flag=0;
  2. Replies
    0
    Views
    4,439

    Getting error with digit position

    This is my program:


    #include <stdio.h>
    #include <stdlib.h>

    int main()
    {
    int k, br,j=1,zbroj;
Results 1 to 2 of 2