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


Artisan Tool
Convention
Composer
Laravel Components

View Answer

constant
const
#pragma
define

View Answer

Update
Create
Edit
None of Them

View Answer

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

View Answer

Resource Routing
Requests
Yield
All of Them

View Answer

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

View Answer

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

View Answer

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

View Answer

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

View Answer

$
*
|
#

View Answer