Courses
Login
Start now
Courses
Login
Start now
Q&A Discussions
Search
Search
Ask a question
Ask a question
The following variable are same ? $a and $A true or false?
php
python
2 Votes
6 Answers
26th Aug 2020, 3:39 PM
Naveed
I can't understand that $a = count("123","45"); echo $a; . Output: 1. Why?Please explain me more.
count()
php
1 Vote
2 Answers
23rd Jun 2019, 5:49 PM
Sanjar Sobirjonov
I got a question in an interview $a = '2'; $b = &$a; $b = '5$b';
javascript
0 Votes
3 Answers
18th May 2021, 2:12 PM
satyam sahay
Why <?php $a = 2; $b = $a++; echo $a; ?> is a=3 and b=3
php
0 Votes
3 Answers
5th Jul 2017, 12:23 AM
Sandra Curo
Why <?php $a = 2; $b = $a++; echo $b; ?> is a=3 and b=2?
php
0 Votes
3 Answers
5th Jul 2017, 12:19 AM
Sandra Curo
$a = "B"; $B = a; echo $B What is output of this code.đ€
php
-3 Votes
2 Answers
28th Oct 2021, 8:49 AM
Hemant Kumar Joshi
If $a is and $a++ gives same value then whats the point of that operation?
operators
php
0 Votes
2 Answers
5th Nov 2015, 12:25 PM
Metaphor_
Q. Â Â What will be the output of the below code? $a = âphpâ; $a++; echo $a;
answer
php
1 Vote
2 Answers
8th Dec 2017, 8:31 PM
Yash Singh
I want to echo $a if its modulus is zero but not displaying. Please what could be wrong?
php
1 Vote
2 Answers
22nd Feb 2020, 5:35 PM
Juliet Chinenye
What is the output of this code $a = '1' ; $b = &$a; $b = "2$b" ; echo $a. ", " .$b;
1
-2 Votes
5 Answers
30th Sep 2018, 6:29 PM
kcee
Which one is fastest if $a = 10; echo "Output is: {$a}"; echo "Output is " . $a; echo 'Output is ' . $a; echo "Output is $a";
php
3 Votes
6 Answers
20th Jul 2016, 11:09 AM
Dushyant Srivastava
Ask a question
Ask a question
Ask a question
Ask a question
Hot today
Hofstadter a sequence code coach is not running
0 Votes
DSA doubt
1 Votes
the code for bigneer is not really what to do after coding begeneer in sololearn
0 Votes
Vote Code
1 Votes
Input errors (python)
1 Votes
Data structure using C
0 Votes
Without degree job
0 Votes
I wanna know is that what about dot net developers in future there is possible they gonna downfall in industry
0 Votes
How can I add gradient to the background
0 Votes
Welcome to my portfolio. Here you'll find a collection of my projects and creations. I specialize in [Your Specialization, e.g.
0 Votes