Search:

Type: Posts; User: kantagara

Search: Search took 0.00 seconds.

  1. Replies
    13
    Views
    2,383

    Thank you Nominal Animal...I will try something...

    Thank you Nominal Animal...I will try something with your help... :)
    Now I have some other problem with some other task...

    How can I randomize numbers from one to seven in one array without...
  2. Replies
    13
    Views
    2,383

    #include #define MAX 40 int...

    #include<stdio.h>


    #define MAX 40


    int main(void)
    {
    int price[MAX],ticket[MAX],i,n,loc,s[MAX],j,min,pozk;
  3. Replies
    13
    Views
    2,383

    #include #define MAX 40 int...

    #include<stdio.h>
    #define MAX 40




    int main()
    {
    int price[MAX],ticket[MAX],i,n,loc,xu,yu,s[MAX],j,z[MAX],q[MAX],min,t,pozk;
    for(i=0;i<n;i++) price[i]=ticket[i]=0;
  4. Replies
    13
    Views
    2,383

    Oh didn't know that. #include ...

    Oh didn't know that.



    #include<stdio.h>
    #include<conio.h>
    #define MAX 40


    int main()
  5. Replies
    13
    Views
    2,383

    Very difficult task

    So my teacher gave me the task to solve it for tomorrow but there is no possible way I can do it :D

    So here it is:
    Along the circular road,there are N cities and in every city has it's own shop...
Results 1 to 5 of 5