Search:

Type: Posts; User: learning"c"

Search: Search took 0.01 seconds.

  1. now files A.c ,B.c and header.h look like : ...

    now files A.c ,B.c and header.h look like :
    A.c

    #include<stdio.h>
    #include "header.h"
    int main(void)
    {
    disp();
    return 0;
    }
  2. Thanks for the corrections mate.But even after...

    Thanks for the corrections mate.But even after the corrections,compiling the A.c is giving the same error:
    "Linker error: Undefined symbol _disp in module A.c"
    i am using a turbo C...
  3. Thank u for the response.I will certainly use any...

    Thank u for the response.I will certainly use any one of the modern compilers suggested by you.
    But just for the sake of my curiosity,please tell "what is wrong with the code??".
  4. facing problem with multiple source file porgram.

    Hi ,
    This is first time,i am trying to execute a program with multiple source files.
    I have A.C ,B.C & a header file "header.h"(all attached here).A.C is supposed to use a function named...
Results 1 to 4 of 5