Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
What is the use of this( . ' ' ) in above program after echo $i
loops
php
0 Votes
2 Answers
10th Nov 2016, 4:36 PM
Vishal Dubey
Error ' expected in intended block', on line 2
python
2 Votes
7 Answers
11th Oct 2017, 11:55 PM
周钰404
"" and not ' '? Also semicolons?
print
semicolon
0 Votes
1 Answer
23rd Aug 2020, 12:33 AM
Sahiba Kaur
How to have { and ' into python f string
fstring
python
string
0 Votes
6 Answers
15th Mar 2024, 7:04 AM
Ketan Lalcheta
Why does this code show 'no output ' when run?
python
6 Votes
4 Answers
19th Jun 2019, 10:48 AM
SWETA X
Why the error is coming like ( the end of non void mentioning that ' } ' this bracket. Any corrections is there
c
recursion
1 Vote
7 Answers
29th Sep 2023, 6:18 PM
Hiriharan V M EEE
What's the difference between ' and " in Python?
python
1 Vote
5 Answers
28th Apr 2017, 2:03 AM
cruisers_hs
Does " and ' have any difference?
ruby
0 Votes
1 Answer
17th Jan 2017, 4:22 AM
ShadowLover
What is the use of' <<endl; ' in c++??
confused
1 Vote
4 Answers
3rd Oct 2017, 7:03 AM
Prateek Gupta
what difference between using " " and using' '
python
1 Vote
2 Answers
8th Apr 2019, 2:09 PM
mohamed abdelkader
What does the escape sequence '\x00 ' stand for
python
0 Votes
3 Answers
7th Sep 2016, 5:45 AM
RPorwal
How to use ( ' ) in a string ?
codeplayground
python3
strings
2 Votes
2 Answers
5th Jan 2021, 1:29 AM
Yash Thale
How do I fix ' speechSynthesis is not defined'
javascript
1 Vote
2 Answers
14th Jul 2016, 4:54 PM
Loic Alou
What does the >>> echo $i . ' '; <<< mean in this code?
$i.'';
code
php
18 Votes
6 Answers
14th Jun 2018, 7:53 AM
Vučko/Вучко/Vuchko
Python - In the code, how can we remove every ' list( ) ' in the output and only keep its content?
list()
python
visibledeprecationwarning
1 Vote
2 Answers
7th Nov 2020, 9:50 PM
Solus
How to call 'name = "text" ' in CSS?
css
form
html
html5
input
name
selectors
3 Votes
2 Answers
4th Dec 2016, 7:56 PM
Sjoerd Flameling
Why we are using ' using namespace std; in program?
c++
2 Votes
5 Answers
21st Oct 2016, 5:07 PM
Adarsh Kamal
Why we use ' endl ' at the end of every cout statement and return 0 at end of program
else-statements
0 Votes
2 Answers
27th Nov 2018, 11:29 AM
Sameer Ali
/* // ' % # Comment on Comments. */
comments
ruby
0 Votes
4 Answers
27th Oct 2016, 1:53 AM
Tom
Why there is use ' int' before 'main'?
c++
main
0 Votes
2 Answers
4th Aug 2016, 10:32 AM
Hemil Kothari
What is the difference between " and ' in python
python
0 Votes
2 Answers
28th Jan 2022, 9:20 PM
Garvit
How can I get my avatar ' s URL?
avatar
photo
profile
url
web
0 Votes
2 Answers
3rd Sep 2017, 6:57 PM
Matine Bakari
What is difference between ' between function' and limit?
sql
where
0 Votes
3 Answers
26th Mar 2016, 5:38 AM
Rama Chandran
In C++ how to use " or ' under cout<<" ";
c++
python
1 Vote
3 Answers
8th Oct 2020, 1:02 PM
Tushar Gupta
What is the difference between ' and " in python3?
python3
1 Vote
2 Answers
16th May 2018, 7:33 PM
Vishwajeet Singh
What is output of this print(' ' ') in python
python
-2 Votes
4 Answers
3rd Aug 2018, 6:08 AM
sonu Kumar
And the program should display'you can vote ' but if less than 18 the program should display 'you can't vote '
pseudolanguage
1 Vote
2 Answers
31st Jan 2017, 6:23 PM
sally
What is ' storage-class' ? Where is it used?
c++
0 Votes
1 Answer
12th Sep 2019, 2:52 PM
Afzal Rahman Shaikh
If I wanted to post an equation to make it readable, how would I do so ? Or.. how do I print spaces ' ' ?
c++
characters
0 Votes
7 Answers
6th Dec 2016, 2:46 AM
Ash Ketchum
Any difference of single quotes and double quotes ? ' and "
basics
javascript
string
3 Votes
5 Answers
15th Oct 2016, 7:07 PM
Suryaprakash Tiwari
Why cursor is jump from quote ' in python code ? [Pydroid3, others]
cursor
python3
1 Vote
7 Answers
7th Jan 2021, 7:21 AM
Chain Sing Maravi
What is difference between ' quote and " quote ?
python
0 Votes
3 Answers
18th Sep 2017, 7:32 PM
JAYAKUMAR PALMARI
Can we print special character like ' * ' by using its ASCII value ? If not wat is the conceptual reason behind it?
ace
c
john
paulo
0 Votes
2 Answers
8th Jul 2018, 2:48 PM
Deepak Bhalode
I wonder what the differrence between ' and " is
python
strings
1 Vote
2 Answers
19th Aug 2016, 8:43 AM
majiaxin
Can anyone help me to count the words in line. The words can be separated by '.' , ',' , ' ' , '\t' , ';' plz refer code below
c
c++
1 Vote
10 Answers
26th Aug 2017, 5:05 PM
Ankush Mamidwar
Can someone please explain what is ' * ' doing in this code? or give me link where i can find more information regarding this?
pyhton
pyhton3
1 Vote
1 Answer
6th Sep 2020, 4:10 PM
partha
in what conditions do we use " " and ' '?
c++
0 Votes
4 Answers
11th Sep 2016, 11:36 AM
Ali Haider
Operator <= cannot be applied to operands of type ' String' and 'int'
no
value
variable
with
1 Vote
6 Answers
22nd Jun 2019, 6:08 AM
AB Rizni
What is the different between ". " And '. ' in c++?
xcode
0 Votes
5 Answers
11th Oct 2017, 6:21 PM
Prateek Gupta
type in a code to declare a pointer 'ptr ' to int and assign it value to var's address
john
wells
-4 Votes
5 Answers
21st Aug 2018, 1:23 AM
Panshak Yabal
Why do we use "or ' when give the same output ???
code
0 Votes
5 Answers
14th Feb 2017, 3:17 PM
hackey
Can any one tell me how i can refer to the charector ' w ' in this code i tried my level but it's showing index error??????
lists
python
0 Votes
5 Answers
10th Dec 2016, 10:02 AM
N.V.S.R.Sandeep
What if I want to print ' in the console?
python
strings
0 Votes
2 Answers
8th Jul 2016, 9:03 PM
Hossein Amirkhalili
Is there a dufference btween ' and " while using print command?
none
0 Votes
3 Answers
24th Jun 2020, 8:13 AM
Emani Suresh
What is defference between ' & " for echo in php?
php
1 Vote
2 Answers
7th Sep 2016, 2:45 PM
Vishal Prajapati
Why we cannot put' , ' after the bracket {2,3,4} and {2,3}?
3djava
array
java
0 Votes
2 Answers
2nd Jan 2023, 5:47 PM
Aenul
whats wrong in this react code? showing error Module not found: Can't resolve 'react ' in 'C:\Users\hp\weather\src\components'..
react
reactapp
0 Votes
14 Answers
6th Jun 2021, 8:59 AM
Shweta
Why is 'Hello' +'World'='Hello World' and not 'HelloWorld'... but ' spam' +'eggs'='spameggs'?
python
strings
1 Vote
3 Answers
26th Oct 2016, 8:18 PM
Jaya
Access to Script at ' from origin 'null' has been blocked by CORS policy
javascript
modules
2 Votes
2 Answers
27th Nov 2020, 6:05 PM
Karak10
I keep getting "error invalid types 'int int ' for array subscript"
c++
0 Votes
1 Answer
25th Mar 2020, 10:05 AM
Zadnipro Ion
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
2
3
4
5
Next >
Hot today
Help please?
4 Votes
How to get better with problem-solving and programming
1 Votes
Odd even threads without condition variable
0 Votes
Ejercicio Pytho
0 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
Game development
0 Votes
Write a program to find the strings are in isogram or not
0 Votes
Ruby programming?
3 Votes