Comment on What is C in practice?parentComments−anon411yThe Java compiler WILL reject this program, because x is not initialised on all code-paths. This is not a valid program.
Comments
The Java compiler WILL reject this program, because x is not initialised on all code-paths. This is not a valid program.