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


header()
header_sent()
headers_list()
Header_send()

View Answer

Update
None of Them
Create
Edit

View Answer

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

View Answer

#
*
$
|

View Answer

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

View Answer

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

View Answer

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

View Answer

Model Events
Eloquent ORM
None of Them
Event Listener

View Answer

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

View Answer

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

View Answer