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


33
32
37
38

View Answer

Views
Application
Models
Controllers

View Answer

Private Home Page
Php pre processor
Hypeetext pre-processor
Personal Home Page

View Answer

None of Them
Update
Create
Edit

View Answer

|
#
$
*

View Answer

All of them
Hosta
Public
Local

View Answer

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

View Answer

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

View Answer

$_ENV
$REMOTE_ADDR
$DOMAIN
$GLOBALS

View Answer

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

View Answer