Advertisements
Advertisements
Question
Explain the following function:
public static void main( int b );
Answer in Brief
Solution
The function accepts an integer value from the user during program execution. The value of variable b must be passed as arguments to the main() method.
shaalaa.com
Is there an error in this question or solution?