Advertisements
Advertisements
प्रश्न
Which one of the following is the right way of defining a function in PHP?
पर्याय
function { function body }
data type functionName(parameters) { function body }
functionName(parameters) { function body }
function functionName(parameters) { function body }
MCQ
Advertisements
उत्तर
function functionName(parameters) { function body }
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
