Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
What are the examples of characters that can be used in the double float type of value
variables
0 Votes
2 Answers
22nd Jan 2021, 2:03 AM
Homie
Do we need to escape characters when using stringizing operator? If yes then why the code below is not working?
c_language
stringizing_operator
0 Votes
6 Answers
25th Apr 2020, 7:35 PM
Manthan Gohel
Fill in the blanks to replace all '!' characters in str with a dot '.' x = str. replace (' ', ' ')
python
3 Votes
5 Answers
6th Jul 2023, 7:02 AM
Arooj Amina
How to write possible strings formed by using the characters 'c', 'a', 't', 'd', 'o', and 'g' exactly once.
char
java
strings
0 Votes
3 Answers
7th Feb 2021, 6:28 AM
Airose P. Abel
how much time/effort does it take to be perfect at programming syntax (no typos or missing characters ) ?
help
programming
syntax
3 Votes
4 Answers
8th Aug 2017, 9:58 PM
Mohammed Taha
WAP to enter a string and display the set of characters in the string
arrays
c++
functions
strings
0 Votes
1 Answer
10th Jan 2018, 12:10 PM
Pooja Gera
How to check for any special characters ($, @, %,& etc...) are present on an string, tuple, list or dictionary...
data-types
operator-precedence
predefined-variables
python3
0 Votes
6 Answers
31st Jan 2019, 7:14 PM
Vinod Damunupola
[check the code] : why does code 1 and code 2 prints 13 and 14 characters respectively? Why different? They should have the same
arrays
c
c++
clang
clanguage
cpp
strings
0 Votes
4 Answers
15th May 2022, 10:49 AM
blueshipswims
Help me pls. Taking 13 characters in array and the number of rows; i have to print a proper pyramid using (for-do while-while)
c
c++
2 Votes
5 Answers
23rd Oct 2022, 12:32 PM
Mahdi
How to write a program that receives a number as characters (char) from 0-9 and A-F(A=10;B=11...)
c
0 Votes
2 Answers
29th Dec 2018, 3:03 PM
Alaa Seh
Read a line of characters from keyboard, if it is a lowercase letter, output its uppercase equivalent, and vice versa.
c
program
1 Vote
5 Answers
29th Mar 2019, 10:24 AM
Eve
How to dynamically allocate memory to an array to read n characters from a file?
allocation
array
c-string
c++
dynamic
file
memory
read
0 Votes
2 Answers
7th Oct 2017, 5:48 PM
RUB1C0N
Do you know where to find a comprehensive list of escape characters using the backward slash?
escape-characters
python
strings
1 Vote
2 Answers
27th Jul 2017, 10:56 AM
Yet another Order from Chaos
How to initialize 5 strings of 3 characters ? don't want to declare 5 strings but one ?
c
langage
2 Votes
3 Answers
8th Jun 2017, 6:36 PM
Zineb Ab
How to Traverse a python string to print it in different lines two characters at a time ?
python
1 Vote
3 Answers
6th Dec 2018, 8:04 AM
$ahil
split line into words using all special characters as delimiter but to keep delimiter in list.
python
1 Vote
2 Answers
15th Dec 2017, 6:19 PM
Shikha S
Is there a limit to the amount of characters that you may have in a String variable?
java
variables
2 Votes
2 Answers
17th Dec 2016, 11:46 AM
Thomas Wybenga
What does that mean--> char[100]? Does it mean that I can only write up to 100 characters in the input?
input
output
2 Votes
2 Answers
4th Nov 2018, 5:53 PM
MargaritaK
How can i limit the number of characters from my post description on a page.
?>
<?php
$decription
echo
0 Votes
1 Answer
26th Jun 2018, 12:29 PM
Li2Ekodaf
Write a C++ application that sorts characters W, A, T, Y, V in descending order
c++
0 Votes
1 Answer
6th Apr 2020, 4:47 PM
Nyamekeh Forbah Dominic
any one please give me answer to construct a program for counting special characters in a string
python
0 Votes
3 Answers
8th Nov 2016, 3:11 PM
nayana john
How to make there be others between the lines of characters using loops (I don't know how to write the question correctly)
loops
python
range
2 Votes
3 Answers
9th Dec 2022, 7:06 AM
Dmitry Frolov
Why does it print an integer value when it is asked to print multiple characters (in single quotes)?
c++
0 Votes
2 Answers
24th Feb 2020, 11:24 AM
Chetan Satpute
How to compare two strings in python inside the characters example: input1 :xy and input 2:xyz output: z
@coding
@program
@python
-1 Vote
3 Answers
24th Sep 2022, 3:44 PM
N G Johnson
The blank for box is of 4 characters its showing wrong everytime i type bax
c#
operator-overloading
-1 Vote
2 Answers
6th Jan 2017, 3:21 PM
gunjan
Write a program that can print characters correspond to the least significant byte of an integer variable without using loops
c
0 Votes
4 Answers
13th May 2021, 5:16 AM
Sanket Athawale
Please guys can someone tell me the code for creating animation, cartoon characters and 3d. Thanks
3d
animation
cartoon
code
0 Votes
1 Answer
11th Jul 2018, 3:02 AM
Jimoh Ademayowa Ridwan
How to generate output without the letter a of the characters a, s, d, f, a, s, d, f
arrays
java
javascript
2 Votes
3 Answers
28th Feb 2018, 6:15 AM
Fernando Fergan Yugan
C++ code for: Write a program to print a histogram of the frequencies of different characters in its input.
cpp
histogram
Kernighan
richie
2 Votes
2 Answers
12th Dec 2017, 7:26 PM
Augusto Alvarez
How do I calculate the percentage of characters in a text based on the users input in python code please. BTW noob here
character
frequency
0 Votes
8 Answers
19th Aug 2017, 5:36 PM
Ade Omotayo
Why I am getting characters more than the declared array in the code below when I input more than 10 characters?
c
3 Votes
1 Answer
21st Sep 2019, 4:30 PM
Darshnik Deep
Why the below code prints "fatcat" and what bool is doing ?both variables have same length of characters why cat1 is greater ?
boolean
boolean-logic
python
1 Vote
7 Answers
7th Feb 2019, 3:31 PM
Vishal Gaikwad
Is there a way to compare the first character of a string to the last character without knowing the amount of characters in it?
strings
0 Votes
4 Answers
1st Jun 2022, 5:22 PM
bee
[check code] : Why does Code 1 prints the characters as it is sent through "scanf" and code 2 doesn't. Please Explain
arrays
c
characters
clang
cpp
doubt
java
strings
1 Vote
3 Answers
16th May 2022, 5:42 AM
blueshipswims
C program files This is a program to reverse first N characters in a file But this program is not reversing
c
files
3 Votes
1 Answer
9th May 2021, 12:53 PM
Bharani Kudala
Reading files
characters
files
reading
0 Votes
1 Answer
12th Feb 2022, 5:13 PM
Knowledge Is Power
In android studio, how to resolve question mark characters in json output from database for farsi language???
android
android_studio
database
farsi
json
question_mark
sqlite
0 Votes
1 Answer
9th Jun 2018, 11:05 AM
Root
Returns an array of string consisting of the characters in s split into tokens based on the delimeter c, followed by a
arraylist
c
1 Vote
5 Answers
24th Oct 2018, 1:47 AM
Tuyen Pham
What is the relevance of number of characters in an array where we store our input?
input
output
0 Votes
1 Answer
29th Sep 2019, 9:01 AM
Ankit Sharma
Challenge: write a code in any language to count newlines, words and characters in a text file.
c++
java
javascript
php
python
python3
ruby
2 Votes
1 Answer
8th Oct 2017, 7:43 PM
Debraj Das
Extract only 300 characters from a body of text and append it with '...', can someone explain why?
api
html
javascript
0 Votes
2 Answers
8th Mar 2020, 2:43 PM
Ben
How can I draw a character and put it in the code?
characters
coding
java
0 Votes
2 Answers
19th Nov 2017, 3:05 PM
Forlorn Sphinx
How to create a password for an account of paytm in java bluej?? The password should contain atleast 5 characters with atleast
java
2 Votes
5 Answers
2nd Dec 2017, 1:33 PM
Anuraj Garhwal
java program to find all accurrences of characters in given file and store the result in array or linked list ?
arrays
linkedlist
1 Vote
4 Answers
22nd Mar 2018, 9:07 AM
Nada Darras
Program must accept a string s and integer n.the program must print the characters repeating consecutively at least n times
characters
consecutive
in
print
string
1 Vote
2 Answers
14th Aug 2018, 4:55 PM
Dinesh chandru
Guys, how do i find whether a string contains consecutive same characters in python using regex.
python
python3
regex
regular-expressions
0 Votes
1 Answer
10th Apr 2017, 12:57 PM
Reagan
Having serious trouble, cant enter more than 2 characters for the create a string containing double quotes. Anyone else?
bug
python
strings
-2 Votes
5 Answers
27th Oct 2016, 10:30 PM
Erin
Please when making a password validator in Python, how do I make the user input mixture of letters and characters
passwordvalidator
python
python3
validator
1 Vote
2 Answers
19th Mar 2020, 9:01 AM
Emmanuel Anozie
Write a program to input the full name and then print total number of characters present in it, using c++. Make it short.
all
best
c++
the
use
2 Votes
6 Answers
24th Nov 2017, 12:08 PM
Harsh Tirkey
I want this code to print individual characters every milisecond to produce a typing effect. Can anyone tell me how?
pausing
text
whatever
1 Vote
2 Answers
17th Mar 2019, 10:12 AM
Mark V Zephyrus
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
8
9
10
11
Next >
Hot today
What's wrong with this code ? ( Beginner)
4 Votes
Pig Latin
0 Votes
Someone can help me
0 Votes
Square Roots
0 Votes
What's wrong with this?
2 Votes
Currently learning C++, I’m getting into socket programming with C++
0 Votes
Is there any new bug in the projects reply sections?
1 Votes
I’m new someone can help me
0 Votes
What's doctype htMl
2 Votes
HTML community, HELP!!
0 Votes