A variable declared in a function can be used in main().
A variable declared in a function can be used in main(). Correct Answer False
Since the scope of the variable declared within a function is restricted only within that function, so the above statement is false.
মোঃ আরিফুল ইসলাম
Feb 20, 2025