Test Your Programming Skills with Safcode!


Here is all important interview / exams questions.
Student doing practice apptitude test on safcode platform.
Instruction: "Total Number of Questions: 20
Each question carry 10 mark , no negative marking"



Quiz Start


" required /> < input ="MyArray[]" />
< input MyArray[] />
< input name= MyArray[]/>
" required /> < input name="MyArray[]" />

View Answer

Model-View-Controller
CakePHP
Wordpress
None of These

View Answer

Edit
None of Them
Create
Update

View Answer

$
#
*
|

View Answer

Find the last character of a string
Locate position of a string’s first character
Search for character within a string
None of these

View Answer

$a[4]
$a[3]
$a[1]
$a[2]

View Answer

none of the above
Used to initialize a session.
Used to register a global variable
Used to store variables of the current session

View Answer

Echo can take multiple parameters where as print cannot
Print is a function where as echo is not.
Print can take multiple parameters where as echo cannot
They both behave the same.

View Answer

33
37
32
38

View Answer

all of the above
// commented code to end of line
/* commented code here */
# commented code to end of line

View Answer