Home
About Us
Contact Us
Bookmark
Saved Bookmarks
Current Affairs
General Knowledge
Chemical Engineering
UPSEE
BSNL
ISRO
BITSAT
Amazon
ORACLE
Verbal Ability
→
General Awareness
→
IIT JEE in General Awareness
→
Which loop is exclusively available in PHP?(a) For...
1.
Which loop is exclusively available in PHP?(a) For (b) While (c) for each (d) do while
Answer»
(c) for each
Show Answer
Discussion
No Comment Found
Post Comment
Related InterviewSolutions
Loops that iterate for fixed number of times is called .......(a) Unbounded loops(b) Bounded loops(c) While loops(d) For loops
Write a php program to print star (*) in a single line?
What will be displayed in a browser when the following PHP code is executed:<?phpfor (Scounter = 20; $counter< 10;$counter++){echo “Welcome to Tamilnadu “;}echo “Counter is: Scounter”;?>(a) Welcome to Tamilnadu(b) Counter is: 20(c) Welcome to Tamilnadu Counter is: 22(d) Welcome to Tamilnadu Welcome to Tamilnadu Counter is: 22
Which loop evaluates condition expression as Boolean, if it is true, it executes statements and when it is false it will terminate?(a) For loop (b) For each loop (c) While loop (d) All of them
Write a php program to print the students name in the array?
Explain about the parameters in the for loop?
Which one of the following loop will be executed atleast once?(a) For (b) For each (c) While (d) do while
Which loop is used for simple iteration objects? (a) For (b) For each (c) While(d) do while
Find the correct statement from the following.(a) For each can be used for variables with a different data type(b) For each can be used with uninitialized variable (c) For each can be used for objects
Assertion (A): In for each loop, the array pointer is shifted by one.Reason (R): Whether it reaches the end of the array element(a) A is True, R is correct But R is not correct explanation for A(b) Assertion is True, Reason is False(c) Assertion is false, Reason is true(d) Assertion and Reason are correct and R is the correct reason for A.
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies