What is the default return type of a function?
What is the default return type of a function? Correct Answer void
void is the default return value of any function, to handle both empty and non-empty values.
মোঃ আরিফুল ইসলাম
Feb 20, 2025