Computer Science Online Courses

PHP MCQs

PHP MCQ PDF - Topics

Case Functions MCQ Quiz Online

Learn Case Functions Multiple Choice Questions (MCQ), Case Functions quiz answers PDF to study php online course for php classes. PHP String Handling Multiple Choice Questions and Answers (MCQs), Case Functions quiz questions for online bachelor's degree computer science. "Case Functions MCQ" PDF Book: comparison and searching, string replacement test prep for computer majors.

"A function that capitalizes the first letter of each word in a string, is a" MCQ PDF: case functions with choices strtupper ( ) function, strword ( ) function, unwords ( ) function, and ucfirst ( ) function for online bachelor's degree computer science. Study case functions quiz questions for merit scholarship test and certificate programs for master's degree in computer science.

MCQs on Case Functions Quiz

MCQ: A function that capitalizes the first letter of each word in a string, is a

strtupper ( ) function
strword ( ) function
unwords ( ) function
ucfirst ( ) function

MCQ: Case functions are used for

Changing lowercase to uppercase
Changing the length of string
String replacement functions
Searching functions

MCQ: Which function is used for capitalizing the first letter of a string?

strtlower ( )
strtupper ( )
ucfirst ( )
lfirst ( )

MCQ: The strtupper ( ) function returns

All uppercase string
All lowercase string
First letter capitalized
None of them