Tagged Questions
10
votes
4answers
156 views
Standard library `FILE` type [closed]
Possible Duplicate:
Why is FILE all-caps as in FILE*?
Why is the standard library FILE type written uppercase ?
Is it because of its opaque nature ?
Thank you.
7
votes
18answers
1k views
Why the name main for function main()
Why the function name main() is retained in many languages like C, C++, Java? Why not any other names for that function? Is there any common structure for all these 3 main() (in C, C++, Java)