McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2026
→
Bachelor of Computer Applications (BCA)
→
Advanced Web Technologies
→
Introduction to Object Oriented Programm...
→
To create a constant, use the _____ func...
Q.
To create a constant, use the _____ function.is used
A.
define()
B.
min()
C.
abs()
D.
sqrt()
Answer» A. define()
2.3k
0
Do you find this helpful?
8
View all MCQs in
Advanced Web Technologies
Discussion
No comments yet
Login to comment
Related MCQs
If you create a __construct() function, PHP will automatically call this function when you create an object from a class.
If you create a _______function, PHP will automatically call this function when you create an object from a class.
In PHP7, you can create an Array constant using the ____ function.
______ is use to create the web page .
______is designed to read the XML and create a way for programs to use XML.
Which one of the following statements is used to create a table?
_______ is a object oriented programming language , it is used to create the object…
A ______is a small file that the server embeds on the user's computer. Each time the same computer requests a page with a browser, it will send the cookie too. With PHP, you can both create and retrieve cookie values.
If you create a __destruct() function, PHP will automatically call this function at the end of the script.
How do you create cookie in PHP by ________.