Interview Questions And Answers

Q: - If a function doesn't require an argument, you can omit the parentheses in the function call. True or False?

False

Submitted By:-Martinos            Email-ID: - martinos_sa@rediff.com

Q: - How do you return a value from a function?

Use the return keyword.

Submitted By:-Martinos            Email-ID: - martinos_sa@rediff.com

Q: - What construct can you use to define an array?

array()

Submitted By:-Martinos            Email-ID: - martinos_sa@rediff.com

 

1
2