Most of us start learning of programming language with C/C++. C consider as grandfather of modern programming languages and some of them are runnin...
For further actions, you may consider blocking this person and/or reporting abuse
Global variables that aren't given an initial value are initialised to 0/NULL.
True