Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. zwwz98

    maybe this question is too simple for you guys, but..

    Thank you Jason I will check my c book again about pointer.
  2. zwwz98

    maybe this question is too simple for you guys, but..

    I just started c and have lots of trouble with simple statements. I got "Declaration is not allowed here in function main" for the following code: int main() { int a; int *b; *b = 5; int c; //error occured here, if I get rid of this line, //code is fine return 0; }

Part and Inventory Search

Back
Top