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 biv343 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. thides

    size of char *

    OK right I think I remember that... thanks for jogging my memory.
  2. thides

    size of char *

    How does a char * figure out to be 4? I am using a VC++, and a Windows 98 OS. This is the code: int main() { printf("%d", sizeof(char*)); } result is 4 int main() { printf("%d", sizeof(char)); } result is 1 char is one byte char* is 4 bytes. Could someone...

Part and Inventory Search

Back
Top