We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Is a label local or global? For instance, two functions aa1() and aa2() are in file aa. A label L is placed in aa1(). Another function bb() is located in bb file. Which function(s) can access the label L? Thank you for aswering my question. chao.
Another question, how do I declare a variable to store the address of a label? You don't. There's nothing you could safely do with that value once you had it, so there's no point acquiring it in the first place. If you really want to write 100% spaghetti code, write assembler code, not C.