Cours
Se connecter
Commencer à apprendre l'IA
Cours
Se connecter
Commencer à apprendre l'IA
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
What does this mean ___ Char name [25]
c
0 Vote
6 Réponses
24th Mar 2018, 4:00 AM
Manpreet Brar
Error: Invalid conversion from const char* to char -fpermissive How to fix this?
c++
case
char
error
fpermissive
switch
0 Vote
35 Réponses
5th Dec 2021, 2:42 AM
shlee_
Difference between char* const p and char const *p??
constants
pointers
5 Votes
5 Réponses
3rd Dec 2017, 3:24 PM
Aman Raj
Char *ptr= "how can string store in pointer variable";
c
c++
clanguage
2 Votes
3 Réponses
23rd Jun 2019, 6:21 AM
Gaurav Rawat
Char *a="12345"; Char*b=++a; Cout<< *++b; Explain me this code
c++
4 Votes
4 Réponses
4th Feb 2020, 1:36 AM
Manoj
how to input char with space
c++
2 Votes
1 Réponse
26th Sep 2017, 7:08 AM
Dennis Goh
Sum of char in a int
but
c++
challenges
char
cpp
ease
int
maybe
sum
weird
1 Vote
2 Réponses
5th Nov 2017, 6:10 PM
Lucas Costa
What is const char * and c_str
c++
0 Vote
2 Réponses
26th Oct 2020, 1:58 PM
return 0;
What is char and text ? #phython
char
python
text
1 Vote
2 Réponses
11th Jun 2018, 6:32 AM
Gagan Deep Singh
How to remove a char from string? JAVA
arrays
character
java
string
0 Vote
4 Réponses
17th Jul 2018, 6:47 PM
Mir-Abgar Abrahamyan
how to get char or symbol from string in c++?
c++,
char
replace
string
symbol
1 Vote
11 Réponses
16th Feb 2020, 6:19 PM
Grzesiek Sikorski
getline (char* s, streamsize n, char delim );
char
delim
getline
n
streamsize
0 Vote
7 Réponses
10th Apr 2017, 11:54 AM
alisherrakhimov
(i) char str = "hello"; (ii) char *str = "hello"; Why (i) is illegal and (ii) is legal?
c++
1 Vote
3 Réponses
24th May 2018, 12:14 PM
Rajkumar Tandel
int number + char number=Bad anwser
char
int
java
2 Votes
1 Réponse
26th May 2017, 7:03 PM
Sarah kerr
How to input a char array in java?
array
char
java
strcpy
0 Vote
4 Réponses
16th May 2019, 4:17 PM
Ahsan Tariq
How can i convert char to int in C/C++ ?
c
cpp
programming
3 Votes
10 Réponses
23rd Oct 2018, 6:35 PM
Anubhav Singh
What is a char and a string?
&
char
string
0 Vote
3 Réponses
13th Dec 2018, 3:26 PM
Muhammad Zubair Mashwani
What is the basic difference char and varchar?
data-types
mysql
sql
tables
2 Votes
5 Réponses
7th Jul 2016, 4:48 AM
Yash Dani
C++ // if function with char variables
c++
char
If
2 Votes
2 Réponses
28th Oct 2016, 3:57 PM
Daniel Stanciu
Usage of * in a char array
*
++
c++
char
pointer
1 Vote
1 Réponse
29th Jul 2020, 1:13 AM
Solus
How do you read arithmetic symbols using char
input
java
1 Vote
5 Réponses
4th Jun 2017, 10:47 PM
Theophilus Mashego
What is this in c ? Char *
c
1 Vote
4 Réponses
23rd Jan 2019, 2:14 PM
Programmer Raja
Why we create array while using char data type in c?
c
2 Votes
16 Réponses
24th May 2019, 4:39 AM
Nidhi pandey
How to get char type variable value from user in java???
char
chartypevalue
help
java
user
1 Vote
17 Réponses
11th Jul 2019, 11:13 AM
Nouman Bin Sami
Can I use char for decimal in C?
binary
c
char
decimal
help
1 Vote
2 Réponses
7th Sep 2019, 2:21 PM
Idan Cohen
Char pointer / i dont understand the output
c++
pointers
1 Vote
5 Réponses
29th Nov 2016, 2:32 PM
Benedek Máté Tóth
Could I get some help checking the elements of the char array?
c++
2 Votes
11 Réponses
12th Mar 2022, 7:22 PM
zack
How to split input string into char array in c++?
algorithm
arrays
c++
char
strings
2 Votes
9 Réponses
12th Sep 2018, 3:12 AM
Fajar Maftuh Fadli
How do you convert string to Char Array in C#?
arrays
c#
strings
0 Vote
8 Réponses
11th Mar 2020, 6:14 PM
HadexGM
reprompt user is char and int is combined
c
caesar
cs50
1 Vote
3 Réponses
3rd Sep 2019, 8:54 PM
David
If i give space in my input it does not shows next words
char
2 Votes
7 Réponses
26th Mar 2023, 6:35 AM
Adil Shaikh
what is difference between char and string
c++
data-types
0 Vote
3 Réponses
2nd Oct 2016, 4:55 AM
Avinash Pandey
What is the difference between char and varchar
sql
3 Votes
3 Réponses
29th Sep 2017, 2:22 AM
uday samineni
¿Como capturar un dato char en java ?
java
2 Votes
3 Réponses
29th Sep 2017, 5:57 PM
Alex Florez
int main() { char str[]="%d %c ",arr[]="sololearn"; Printf (str,0[arr],2[arr+3]); }
c
1 Vote
5 Réponses
23rd Jul 2022, 5:00 AM
Always Learn More😎
How read array of char in c from user...
c
1 Vote
5 Réponses
4th Sep 2019, 6:28 PM
mohammed aslam
I need examples ( char array c++ )
arrays
c++
strings
1 Vote
2 Réponses
9th May 2019, 7:47 PM
Lubna501
Someone explainme behavior: char x='a'; a++;????
java
0 Vote
1 Réponse
6th Nov 2017, 1:56 AM
Miguel Mallqui
How to input Char value from user in Kotlin??
input
kotlin
0 Vote
7 Réponses
11th Jan 2019, 3:12 PM
Ankit Sharma
How i print xy with using char data type
char
core
data-types
java
0 Vote
8 Réponses
13th Feb 2018, 6:21 AM
Prashant Kumar
Can anyone show how to pass char array to function?
base
char
converter
cpp
functions
string
2 Votes
9 Réponses
25th Feb 2018, 8:09 AM
Dmytro Kovryzhenko
How to get address of a dynamically allocated char array ?
cpp
dynamic_allocation
pointer
0 Vote
12 Réponses
22nd Oct 2022, 8:57 PM
Ali_combination
Who knows how to pass char [] to a function?
c++
char[]
3 Votes
8 Réponses
11th Sep 2018, 5:13 AM
Andrey Stepanov
What is the difference from string and char on c++??
c++
char
strings
8 Votes
4 Réponses
20th Mar 2018, 6:00 AM
ZΛRTHΛИ
can we use switch with char and string
switch
1 Vote
4 Réponses
8th Feb 2017, 4:39 PM
kanishkaditya shukla
What is the default value of char datatype?
java
0 Vote
3 Réponses
7th Sep 2018, 4:23 PM
Shreyansh Jaiswal
how to set column length equal 10 char
sql
1 Vote
4 Réponses
14th Aug 2017, 9:41 PM
Milad Mohamadi
hey anyone can tell plz what is unsigned char and signed char and why it is? whats the difference from normal char?
c
char
signed
unsigned
0 Vote
6 Réponses
18th Jan 2022, 11:38 AM
gaurav kumar
how is the size of char 16bits and not 8bits?
code
0 Vote
9 Réponses
12th Mar 2019, 2:07 AM
Mayank Mewar
Why is char often treated as integer data type?
c++
3 Votes
2 Réponses
17th Aug 2019, 1:19 AM
Kishore Kumar BP
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
...
3
4
5
...
16
Suivant >
Aujourd'hui en vedette
What is problem in this code
0 Votes
playground input
0 Votes
Software developer
0 Votes
Activities on sololearn
0 Votes
This Program Does Something Weird. Can You Explain Why?
1 Votes
How I can use div
0 Votes
Asking for final year project ideas!
1 Votes
Html issue
0 Votes
TIPS From Veterans
1 Votes
Playground input
0 Votes