Solved
what is record: end: in c programing?
hi
my question is simple: what does record:/end: mean in a code?
hi
my question is simple: what does record:/end: mean in a code?
A symbol e.g. "record" "end" followed by a colon ":" makes a label.
Labels are used in switch statements and (more rarely) goto statements.
"record" and "end" might be defined in an enum statement.
This is all pretty fundamental C, which will be covered in all good books on the C programming language.
My favourite is "The C Programming Language" by Kernighan and Ritchie.
Hope this helps,
Danish
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.