National_Instruments
200-500 · Question #34
What is the difference between isset() and other is_*() functions (is_alpha(), is_number(), etc.)?
The correct answer is C. c) isset() is a language construct and is_*() are not language constructs. See the full explanation below for the reasoning.
Question
What is the difference between isset() and other is_*() functions (is_alpha(), is_number(), etc.)?
Options
- Aisset() is a function call and is_*() are not function calls
- Bis_*() are language constructs and isset() is not a language construct
- Cc) isset() is a language construct and is_*() are not language constructs
- Dd) is_*() return a value whereas isset() does not
How the community answered
(34 responses)- A3% (1)
- B9% (3)
- C71% (24)
- D18% (6)
Community Discussion
No community discussion yet for this question.