41. Which attribute needs to be changed to make elements invisible?
42. What is the alternate name for Java script?
43. What PHP stands for?
44. How does the identity operator === compare two values?
45. Under what circumstance is it impossible to assign a default value to a parameter while declaring a
function?
46. Variables always start with a _________ in PHP
47. Which of the following is not valid PHP code?
48. What is the difference between print() and echo()?
49. Given a comma-separated list of values in a string, which function from the given list can create an array
of each individual value with a single call?
50. What is the best all-purpose way of comparing two strings?