Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
How do I change the auto indents by only 2 spaces in the playground?
css
html5
0 Votes
1 Answer
7th Jul 2023, 9:42 AM
Random Stuff
How to take a string as input which has multiple lines and spaces in c language?
c
input
program
programming
string
0 Votes
1 Answer
15th Aug 2020, 8:17 AM
Mahdiuzzaman Nishat
how to remove all occurences of exaxtly 2 spaces in a string with regular expressions in python, even if there are sections ...
python
regular-expressions
replace
11 Votes
4 Answers
2nd Nov 2019, 6:39 AM
Jan Markus
Program to take character input from user and calculate no of characters,no of words and no of spaces without using strlen!!
threads
0 Votes
9 Answers
30th Jun 2020, 2:21 AM
Faraz Ahmed
While typing a java program in notepad(windows 7),are spaces between the words are necessary???
java
0 Votes
1 Answer
7th Sep 2019, 7:05 AM
Vikram Arora
how do I input a string having spaces in it and display the same??
c++
0 Votes
2 Answers
16th Jul 2016, 2:37 PM
kamal joshi
how find a occurence of numbers 0-9 in a input searated by spaces without using array in c++?
arrays
c++
input
1 Vote
5 Answers
27th Sep 2017, 5:29 PM
shreyanshu shankar pandey
Constant names can contaion spaces ?? Like this : const int my age or const int myage ?
c#
constants
variables
0 Votes
5 Answers
20th Feb 2017, 7:55 PM
Bassel AbdelSabour
Does comments or spaces take any memory or slow the processing of the program some how?
c++
0 Votes
3 Answers
27th Jul 2016, 3:04 PM
João Pedro
how to display output with spaces and in different lines as if using break in html
php
0 Votes
3 Answers
20th Jul 2016, 6:44 PM
Rishi
a = 42 if a > 7 puts "Yes" end why do we put all the spaces between?
if-statements
ruby
4 Votes
2 Answers
7th Mar 2017, 8:25 AM
Billy Dymek
How can I put spaces between the numbers to understand the given table easily?? Is it possible to convert in vertical line??
java
1 Vote
8 Answers
10th May 2020, 5:08 AM
Yash Chhimwal
How would you print spaces with the sentence when user gives you an input using string arrays (code::blocks).
arrays
c++
strings
2 Votes
3 Answers
31st Mar 2017, 5:37 AM
Usama Rauf
Why indentation necessary in python? White space n
indent
spaces
white
1 Vote
3 Answers
24th Jan 2017, 5:33 AM
Dhinesh Prabhu
How can I do to eliminate Deleted records empty spaces in order get secuencial IDE in SQL
sql
0 Votes
2 Answers
13th Jan 2021, 11:33 PM
Manuel Alejandro García Varela
How do you determine the number of spaces before the start of a <new tag>
html
0 Votes
2 Answers
28th Aug 2016, 6:41 PM
Justin Thornton
How do i create the left and right spaces for uses such as adding a side menu or advert space?
css
html
1 Vote
6 Answers
20th Jul 2016, 12:32 PM
BRIAN KIPROTICH
Hello guys, how do we add empty spaces in tables for thumbprint verification as in creating a voting system?
voting
2 Votes
4 Answers
12th Dec 2016, 9:25 PM
Jaymills
Hello people, is it ok to always use the indentation with 5 spaces below "if", "else" or "elif"?
elif
else-statements
if
python3
0 Votes
2 Answers
30th Jul 2019, 8:36 PM
Whally O.
How to get rid of this issue? : Anaconda fails with spaces in installation path on Windows.
anaconda
installation
python3
1 Vote
1 Answer
28th May 2018, 3:00 PM
Divyansh Sharma
How can i fill in the blank spaces in creating my blog to go to the next step
</title>
<title>
blog
my
1 Vote
2 Answers
11th Jul 2018, 1:00 PM
Lois
Detecting White Spaces, Empty Input Variables and Non numera values in Python
numerals
python
spaces
white
0 Votes
4 Answers
15th Aug 2020, 3:37 PM
Timothy Njiru
Reverse a String Sentence and Remove Extra Spaces from the input String >NOTE: Don't use any preDefine methods
interview
java
0 Votes
1 Answer
5th Sep 2023, 2:13 AM
Siva Rama Krishnan. V
Why is there a need of spaces and colon in c++ while outputing values with relavent string text?
c++
call
call_by_reference
cout
function
need_for_spaces_and_semicolon
output_variables_with_string
0 Votes
1 Answer
27th Dec 2022, 12:12 PM
Gaurav Kaushik
Want to print numbers from 1 to 10 using for loop in python, without any spaces and new line.
for
loops
python3
0 Votes
2 Answers
3rd May 2018, 6:29 PM
Çůřîöş ßąšäñț 🇮🇳
how do I concatenate two strings entered by the user having spaces in both the strings and display the same??
c++
0 Votes
4 Answers
17th Jul 2016, 1:25 PM
kamal joshi
How can I calculate the length of any screen without first knowing how many spaces it has from left to right?
c
functions
learn
self-learning
spanish-programmers
strings
1 Vote
4 Answers
19th Sep 2017, 12:47 AM
zhoolf
How to arrange the lines and spaces between the word!? I have no idea, could anyone tell me..
javascript
0 Votes
2 Answers
7th May 2017, 1:28 PM
Mido Yosef
In PEP8 Guide 1. Why we should not use tabs ? instead of four spaces . Where confusion will arise ?
pep8
python3
0 Votes
2 Answers
4th Jun 2021, 3:47 AM
lisa
I understand the question but the page does only allows 2 spaces and then it spits the dummy!
python
strings
0 Votes
1 Answer
2nd Oct 2017, 2:52 AM
Steve Lett
How to take a string with spaces without disturbing the input stream? I mean cin does not skip next inputs.
c++
cin
strings
1 Vote
2 Answers
17th Feb 2017, 10:40 AM
Saad Sohail
Im a bit counfused. It is said that c++ does not care for spaces but the space between int sum= x+y made a major difference.
c++
1 Vote
5 Answers
27th Dec 2018, 7:29 PM
Jeremy Cruz
What if the Entered first Name here have Spaces (e.g. Don Don)? How can i make it run smoothly?
c++
strings
0 Votes
2 Answers
1st Sep 2017, 4:58 AM
Jan Paul Echaveria
How to remove extra spaces?
c++
help
problem
spaces
с++
1 Vote
6 Answers
17th Jan 2018, 4:37 PM
Expert
can i divide my string input by spaces???
arrays
c
c++
char
cin
spaces
strings
whitespace
0 Votes
18 Answers
27th Dec 2019, 7:58 PM
Sena Tunca
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
How do you type a Python identation? must it be through the TAB key, or one (or more) spaces work?
python
0 Votes
2 Answers
22nd Jul 2016, 3:45 AM
Mauricio Losilla
Is Java case sensitive? And does it matter of i do not provide spaces like the predefined code in my book?
java
2 Votes
1 Answer
22nd Feb 2018, 1:34 AM
ADP
How to put spacing between the words in Output or why there are no spaces between the words when i code?
c++
cout
0 Votes
2 Answers
30th Aug 2017, 6:54 AM
Harshwardhan Fartale
how to find a word consisting of one letter and extra spaces in each line in the file? write found in a new file
c
file
files
strings
0 Votes
1 Answer
19th May 2018, 8:59 PM
Irina
Is there a reason the code after int main() doesn't start right below the curly bracket but is rather a few spaces infront?
variables
1 Vote
2 Answers
26th Jan 2018, 4:43 PM
3ck
How to create space between text or string depending upon conditions. Or how to aad two or more spaces in javascript
javascript
0 Votes
1 Answer
16th Feb 2017, 5:28 PM
ASHISH PANDEY
scanning numbers using scanf or anything horizontally
horizontal
issues
scanf
spaces
spcaes
0 Votes
3 Answers
30th Aug 2022, 10:08 AM
ANIK
Can I use String variable name as a alphanumeric variable name? also can we decleare a line including blank spaces as input?
java
strings
0 Votes
2 Answers
18th Aug 2016, 10:28 PM
Souparna Biswas
In html file when we write the htmlstructure in the notepad do we make the spaces when we write or they are made automatically?
https://code.sololearn.com/w5ewsztlpvbu/?ref=app
0 Votes
2 Answers
22nd Jan 2019, 1:28 PM
Hiba
A database has telephone number which may include spaces brackets, but if a user search only by giving numbers in sequence data?
mongodb
0 Votes
1 Answer
23rd Jun 2020, 8:53 PM
shubham
Program to calculate the number of steps
c++
calculate
number
of
program
spaces
to
1 Vote
10 Answers
25th Nov 2016, 2:32 AM
vinay
How to name in spaces using string in structure in c++ i not use getline. there any other thing because I want to avoid std
c++
0 Votes
1 Answer
24th Dec 2022, 10:46 AM
Adnan Ishaq
How to write a program so that you get from the user the number of organs he wants to insert followed by the organs with spaces
c
1 Vote
1 Answer
20th Dec 2018, 11:39 AM
Alaa Seh
Whats the point of using nowrap, since in html, spaces and line breaks are not considered by the browser unless one uses a <pre> tag?
css
text
0 Votes
1 Answer
29th Mar 2016, 5:32 PM
kanav guglani
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
3
4
5
Next >
Hot today
Why is it so hard to get a job as a junior dev? Or just wanting to do an internship.
1 Votes
How many days will It takes to completely learn front end
4 Votes
Kernel in Jupyter
2 Votes
SQL
2 Votes
JAVA PROGRAMMING
2 Votes
Solution to solving this bugged problem
2 Votes
What Does Pseudo Elements Mean.
2 Votes
HTML/CSS questions
0 Votes
IMAGE
0 Votes
#solvedQuene management
1 Votes