Search:

Type: Posts; User: tmand6

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,648

    Ty, what else should i include

    Ty, what else should i include
  2. Replies
    3
    Views
    1,648

    Can someone help me with an assignment

    I kinda dont understand how to create functions with arrays :/



    You are to write a single C program that creates a one dimensional array of size MAX(to be declared as a declarative constant ...
  3. ty :) u saved me !

    ty :) u saved me !
  4. Help, I dont know why this wont work on linux, works on windows :(!

    #include<string.h>
    #include<stdio.h>

    int main()

    {
    int i,j,n;
    char s[51][100],ch1[200],ch2[200],temp[100];
    while (scanf("%d",&n),n)
    {
Results 1 to 4 of 4