+ 1
Why in this code we use semicolon after curly braces?? union Courses { char WebSite[50]; char Subject[50]; int Price; };
2 Antworten
+ 3
Due to the fact that you did not specify a relevant language in the thread tags, I will assume your thread topic here is related to C or C++. You haven't joined any course, so there's no telling. I suggest you to read this, this one is taken from C language tutorial.
https://www.sololearn.com/learn/C/2944/?ref=app
For future reference, use the thread tags appropriately, and follow this guide below on posting 👍
https://www.sololearn.com/Discuss/333866/?ref=app
+ 1
Just to terminate that variable name. And it is syntax predefined rules