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


Resource Routing
Requests
Yield
All of Them

View Answer

Wordpress
CakePHP
None of These
Model-View-Controller

View Answer

It has few SQLite directives
It is rich in features
It uses configuration mode for migration
It uses configuration mode for migration

View Answer

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

View Answer

strip_str
strip
trim_str
trim

View Answer

$GLOBALS
$DOMAIN
$REMOTE_ADDR
$_ENV

View Answer

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

View Answer

#pragma
constant
const
define

View Answer

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

View Answer

1
0.2
0.5
0

View Answer