Hi All
I have a header file link.h , in which i declare a variable itemp.
When i assign this variable a value in the C file link.C i get an error during compilation:
cxx: Error: link.C, line 5: this declaration has no storage class or type
specifier
itemp=0;
^
cxx: Error: link.C, line 5: declaration has already been defined by variable
"itemp" (declared at line 3 of "/home/team/.shared/link.h")
itemp=0;
Plz help
Thnx