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

4
Correct Answer :

It will reverse the element and store the elements in the same array


Explanation :
No Explanation available for this question

1.  true

2.  false

2
Correct Answer :

true


Explanation :
No Explanation available for this question

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

4
Correct Answer :

It returns the value and stops executing the function


Explanation :
No Explanation available for this question

1.  Static function

2.  Procedures

3.  Method

4.  Dynamic function

4
Correct Answer :

Procedures


Explanation :
No Explanation available for this question

1.  return statement

2.  continue statement

3.  break statement

4.  goto statement

4
Correct Answer :

return statement


Explanation :
No Explanation available for this question

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

4
Correct Answer :

When a function is defined as expressions


Explanation :
No Explanation available for this question

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

4
Correct Answer :

With the Return type, Function keyword, Identifier and Parentheses


Explanation :
No Explanation available for this question

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

4
Correct Answer :

It will return a undefined value


Explanation :
No Explanation available for this question

1.  Void

2.  init

3.  main

4.  function

4
Correct Answer :

function


Explanation :
No Explanation available for this question

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

4
Correct Answer :

A number of functions return values by default


Explanation :
No Explanation available for this question

Interview Questions

MongoDB
Java Script
Node JS
PHP
JQuery
Python