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 to implement a MOVING CHARACTER/STRING in one line of the screen using C++? Is this possible?
character
strings
0 Votes
4 Answers
27th Jun 2022, 4:12 PM
Liza Tolentino
Can u say that strings are character list...why? or why not??
lists
0 Votes
2 Answers
12th Sep 2019, 4:22 AM
Badal Desai
How do i read a file line by line then only return first character of each line?
files
lists
python
strings
1 Vote
7 Answers
15th Mar 2021, 3:54 PM
David Holmes Ng'andu
What is happening in this code?
c
character
pointers
7 Votes
4 Answers
29th Jan 2021, 6:08 AM
Hrutik Bhalerao
When I tried to print (5²) the output was syntax error invalid character in identifier , why??
calculations
2 Votes
9 Answers
1st Sep 2021, 10:10 AM
Emma Chitembo
How can I save an user's character on another char variable?
input
0 Votes
2 Answers
25th May 2018, 3:36 PM
Fernando Adrián Frías Ochoa
How to take input character and integer seperated by space In java?
code
cpython
input
java
0 Votes
2 Answers
8th Feb 2020, 4:47 PM
Dhananjay
Write a program to replace consonant in a string with special character (#)...plz
c
in
programming
1 Vote
4 Answers
5th Sep 2018, 2:57 PM
jeevan
Write a function that make letters upper (in a sentence) but delete all things that are not letters like ( space punctuation
character
just
upper
3 Votes
11 Answers
22nd Oct 2018, 7:35 PM
safae safa
How can I make the special character check also match spaces?
javascript
0 Votes
2 Answers
27th Aug 2018, 12:11 AM
Daniel Cooper
How to check if a string contains specific character like *!@#£??? Python
python
python3
1 Vote
2 Answers
14th May 2020, 8:03 AM
hassan👨🏼💻
how to assign other language character to a string variable?
python3
strings
0 Votes
1 Answer
17th Sep 2020, 1:18 PM
Abenezer
How to store a unique character using array in c
please
0 Votes
2 Answers
31st Jul 2017, 12:49 PM
Lham Tsering
is "char" predefined by Python as a character in the code?
python
strings
0 Votes
3 Answers
27th Jul 2016, 12:24 PM
Kimberly Jo Robins
When coding a graphic game,how to make a character and how to make colours appear
character
colour
games
0 Votes
10 Answers
29th Mar 2017, 6:17 PM
Kofi Sam
how to count individual repeated word in a text, not repeated character in a text...
javascript
1 Vote
4 Answers
14th Jul 2021, 8:26 AM
🤖Web Gig🤖
How to find first non repeated character of a given String?
c
c++
java,
language
programming
2 Votes
1 Answer
21st Oct 2017, 5:07 AM
Sanika Awasthi
How can change the place of 1 character in an array?
array
beginner
edit
python
0 Votes
2 Answers
15th Mar 2019, 3:18 PM
Jordi
How should I get character and integer together as input in c++?
notepad
1 Vote
2 Answers
31st Jul 2018, 3:40 PM
Ayan Biswas
How to read a single character in java Scanner object
java
scanner
user-input
1 Vote
1 Answer
2nd Oct 2016, 2:47 PM
Rohit Kumar
When i declare a integer variable and store within character then my loop becomes infinite.
c++
1 Vote
6 Answers
19th Jun 2020, 11:14 AM
varun
What is Character Encoding; How where and why do you use it?
charcterencoding
html
programming
1 Vote
3 Answers
28th Jan 2018, 1:59 PM
Raaja Thalapathy
What is the use of '\b' escape character in c programming ?
\b
c
c11
ec
error
0 Votes
2 Answers
6th May 2019, 10:12 AM
Vikash Kumar
What is a character encoding(charset) in html5 . What does uf-8 do?
html
html5
0 Votes
3 Answers
16th Jun 2016, 8:51 PM
Benjamin
How to get each character from string while taking input from user
java
0 Votes
2 Answers
25th Mar 2020, 6:45 AM
Mayank
< Or > conditional statements is applied only for character or strings also?
booleans
python
0 Votes
5 Answers
17th Aug 2016, 12:44 PM
Shraddha Behra
Is there a way to read character from a file?
c++
file
fstream.h
readfrom
sololearn
0 Votes
1 Answer
14th Aug 2018, 5:22 PM
THE GAMER
Write a program to enter a character abd check whether it is alphabet or digit
@@
check
data
type
0 Votes
7 Answers
1st Aug 2018, 12:49 PM
Siddhi Agarwal
How can i arrange..my given input(for example a name.) into seperate alphabet..
arraylist
c++
character
6 Votes
10 Answers
2nd Oct 2017, 11:08 AM
Omkar Tripathi
How to combine characters to become and output as a single string?
character
strings
0 Votes
2 Answers
26th Jun 2022, 6:10 PM
Liza Tolentino
Can we split a string using more than one character by using the split( ) function ? If so, how?
function-arguments
functions
java
library
split
strings
7 Votes
3 Answers
15th Feb 2019, 4:34 AM
Nafisa Sardar
Given a string S which contains all lowercase character without any punctuation. Return the internet resource address for string
c
c++
python
0 Votes
6 Answers
14th Jan 2020, 10:54 AM
Mohammad Fakhruddin Ahmad
What is the error and to correct this code
character
stream
1 Vote
2 Answers
1st Apr 2020, 9:23 AM
🎶💞Sravs💞🥀
Write a regular expression that matches a string that contains a character that is not a or b.
python
2 Votes
10 Answers
30th Apr 2018, 2:08 AM
chris
Is it possible to input an operator by character get result ?
character
data
type
0 Votes
2 Answers
1st Jun 2020, 2:16 PM
Abhishek Kumar
Write as program which will remove any given character from given string?
beginner
programming
strings
0 Votes
1 Answer
11th Feb 2020, 11:56 AM
Arman Ansari
C Programming: Store values to the variable using the ASCII character code of a variable
c
char
input
loop
1 Vote
5 Answers
7th Nov 2020, 4:01 AM
March Zucherbug
Find duplicate character in given input string using python & C language. Both.
c
duplicate
python3
reverse
strings
0 Votes
2 Answers
8th Jan 2020, 7:48 AM
print out
Union in structure : The code is not working with a character as a choice i.e 'y'
c
0 Votes
10 Answers
11th Jul 2019, 3:27 AM
Sofi Chaudhary
For username i need 6-12 character .how to write code for it
java
2 Votes
2 Answers
21st Dec 2017, 12:56 PM
Suresh Reddy Palagiri
How do I save a 2d character array into a file in c++?
c++
0 Votes
3 Answers
31st Jan 2020, 7:05 PM
Rasul YeaBari Sun Beam
C#-Display maximum occurred character with the count in the given string without string functions
c#
0 Votes
4 Answers
26th Feb 2020, 2:16 PM
Gopinath
How do i store the first character of a word in a char variable?
java
4 Votes
3 Answers
18th Apr 2017, 9:56 PM
chris
What is easy to codes in sorting ascending like pigeonhole_sort,bucket_sort using character not integer
all
experts
to
0 Votes
6 Answers
13th Apr 2017, 12:42 PM
Nabel U. Abdulmalik
How do I find the percentage of characters in a text based on the users input.
character
frequency
0 Votes
4 Answers
19th Aug 2017, 2:15 PM
Ade Omotayo
how can we ask user to give input (integers) like this in character array..
ask
can
give
how
input
to
user
we
1 Vote
4 Answers
13th Oct 2018, 12:14 PM
Arun
WRITE a program which accepts a character and display its next character!!!
c++
-1 Vote
2 Answers
15th Aug 2016, 5:34 AM
Kabeer
How to get character inputs at the same time from user in Python?
python
python3
1 Vote
2 Answers
19th Feb 2020, 2:11 AM
Dan
When should I put a '\0' to the end of a string or character array?
c++
strings
1 Vote
5 Answers
10th Apr 2018, 4:49 PM
Matt Zhang
Given a string, return a string where there are three characters for every character in the original.
for
loops
python3
strings
0 Votes
7 Answers
4th Feb 2022, 7:28 AM
Jaz
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
8
9
10
...
16
Next >
Hot today
C pointers
1 Votes
Python
0 Votes
Guys help please
0 Votes
Slicing in python
1 Votes
Python question
1 Votes
Control flow
0 Votes
Front-end vs Full-stack
1 Votes
HTML
0 Votes
Which mobile offline app can I use for HTML
0 Votes
HOW CAN I CREATE A GAME AS BEGINNER
0 Votes