This morning I come out with this question, what is the type of the label pointing to statement ?
int main( int argc, char **argv ) {
int a = 0;
int b = 0;
L:a += b;
a = 3;
}
What is the type of the label "L" in above code ?
How to storage the offset of executing stream from the function entry point ?
With these questions flirting me, I cannot keep laying on the bed.
Such ! Amazing !!!
I almost gave up to find out the way to achieve this weird target, thank you ! Very very much !
Thank you for reply me, salem c !