πŸ“Š PHP
Q. What will be the output?
Code:
echo gettype(123);
  • (A) integer
  • (B) string
  • (C) number
  • (D) int
πŸ’¬ Discuss
βœ… Correct Answer: (A) integer

Explanation: gettype() returns 'integer' for numeric values.

Explanation by: Roshan
gettype() returns 'integer' for numeric values.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
2
Total Visits
πŸ“½οΈ
8 d ago
Published
πŸŽ–οΈ
Roshan
Publisher
πŸ“ˆ
80%
Success Rate