1. It will reverse and concatenates the elements of the array
2. It will reverse the element and store the elements in the same array
3. It will just reverse the element of the array
4. It will store the elements of the specified array in the normal order
It will reverse the element and store the elements in the same array
1. true
2. false
true
1. It returns the value and continues executing rest of the statements
2. It returns the value and stops the program execution
3. Stops executing the function and returns the value
4. It returns the value and stops executing the function
It returns the value and stops executing the function
1. Static function
2. Procedures
3. Method
4. Dynamic function
Procedures
1. return statement
2. continue statement
3. break statement
4. goto statement
return statement
1. When a function is defined as a looping statement
2. When the function is called
3. When a function is defined as expressions
4. When the function is predefined
When a function is defined as expressions
1. With the Return type, Function keyword, Identifier and Parentheses
2. With the Identifier and Parentheses
3. With the Return type and Identifier
4. With the Identifier and Return type
With the Return type, Function keyword, Identifier and Parentheses
1. It will return a undefined value
2. It will throw a exception
3. It will return the 0 as the value
4. It will throw a error
It will return a undefined value
1. Void
2. init
3. main
4. function
function
1. Yes, functions always returns a value
2. No, it is not necessary
3. A number of functions return values by default
4. some functions do not return any value
A number of functions return values by default