Q. What is the use of isset() function? (A) Check if variable is set and not null (B) Delete variable (C) Set variable (D) Create variable ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Check if variable is set and not null Explanation: isset() checks if a variable is set and not null.