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. goresus

    am i completely wrong about pointers?

    HI guys, In the following code, I am trying to allocate some memory for a character array of size 30. PLease let me know what I am doing wrong. Because here, even after freeing the memory I still see the first element there same as before freeing the memory. #include <stdio.h> #include...
  2. goresus

    where to go?

    Thanks a lot guys. One more question: Are there any such things as "online-compilers" for C, where I can test my codes and all?
  3. goresus

    where to go?

    Does anyone know where ot look for the function lists and how they work? For example in Java they have a website for APIs. My question is: is ther any web-site that covers in detail, the functions and commonly used classes in C?

Part and Inventory Search

Back
Top