pointers,functions,characters
C programming?
Yes!
Reply:http://www.physics.drexel.edu/courses/Co...
More advanced
http://www.augustcouncil.com/~tgibson/tu...
Remember, variables contained as pointers don't contain data, just reference the memory of another variable
so if
int a = 3;
int *b = %26amp;a
*b = 7
then a =7
Reply:What is the question?!?
I am a C++ programmer and know some things about C. But you do not have a question!
Reply:Ok, I'll play.
pointer = variable designed to hold an address where the data "lives" in memory = be careful to initialize or go directly into la-la-RAM
functions = statements grouped together to be reused or 'called' many times = more efficient coding
char = character = smallest allocated storage unit
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment