Subscribe to:
Post Comments (Atom)
About Me
- jb
- 3 things to learn before I die - Evolution, Relativity, and Quantum mechanics. I put the theory of evolution before the other two, and I'm not a fan of the three lettered G-word most people kill for. That's me.
CS with maybe a dash of math and sprinkling of insanity!
Hi jimmy
ReplyDeletecongrats on your new blog.
Can u write an article for object linking and loading , basicallhy i am looking for the c run time environment like the ELF or COFF .
How is the stack variables are created, more on symbol table etc.
why char*p = "abc" is readonly but not
char a[]="abc"...........wat makes the compiler take such decision.