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
Cuál es la diferencia más notable entre char y String?
java
variables
0 Vote
4 Réponses
6th Sep 2017, 1:45 AM
Myriam Abad
What difference is between: char *c, char * c, char* c in c++ (or another type of data not char)?
c++
pointers
0 Vote
2 Réponses
30th Nov 2017, 9:37 AM
Anisim
How can we repeat same design(char) many times in C language ?? Plzz give an example by making any design.
char
1 Vote
4 Réponses
13th Feb 2021, 4:53 AM
✨ Rakesh Raj ✨
Getting error saying: operator '==' cannot be applied to type string or char
c#
0 Vote
11 Réponses
11th Jan 2017, 2:43 PM
Henry Smallio
Best alternative for scanf to avoid buffer overflow?? What's wrong with this.... How do I prompt user of inputted space or char
c
error
fgets
getchar
gets
programming
prompt
user
14 Votes
28 Réponses
23rd Apr 2020, 9:12 AM
The CodeGeek
What is the default value of elements in char array in java
arrays
character
doubt
java
7 Votes
2 Réponses
25th Dec 2017, 1:27 PM
Rstar
What is the difference between char and varchar in sql???
mysql
1 Vote
3 Réponses
17th Apr 2017, 7:33 PM
CHANDRA MANI PANDEY
How to make an input scanner for char in java?
java
2 Votes
2 Réponses
22nd Dec 2017, 1:54 AM
Jerico Infante
What happens if we compare an int with char ?? Explain the following program.
c
output
programming
question
12 Votes
3 Réponses
7th Jun 2019, 3:38 AM
Manoj
Why char is given int? Why its not showing error?explain output plz.
c
char
unsigned
0 Vote
3 Réponses
26th Dec 2021, 10:56 AM
gaurav kumar
WAP to count a char appeared in given string
java
-1 Vote
3 Réponses
6th Mar 2017, 7:56 PM
Kashish Gupta
how can i get a user input for a char
java
2 Votes
2 Réponses
26th Sep 2016, 3:35 PM
Dinuka
What is the difference between VARCHAR2 AND CHAR datatypes?
join
sql
0 Vote
2 Réponses
7th Nov 2016, 6:44 AM
Ashish Vala
Why does C++ need char type if there are already integer?
c++
char
integer
1 Vote
2 Réponses
26th Mar 2018, 3:03 PM
Zack zakariya
How many times would the following loop execute? Char a = 'a' While (a>'a' && a<='z') a++;
loops
1 Vote
11 Réponses
28th Mar 2023, 4:30 PM
Subhasmita Dash
Дана строка: «Ура! Скоро у нас каникулы !» Надо: Определить размер строки (длина).
char
1 Vote
3 Réponses
3rd Jan 2021, 5:04 PM
Shaxzodbek Saidov
How tô show the position of a char on the screen?
java
0 Vote
3 Réponses
7th Mar 2022, 2:33 PM
Maria Blanco
What is the difference between char *a and char* b ?
c
char
pointers
1 Vote
2 Réponses
28th Feb 2020, 4:51 AM
Yash Chaudhari
Why we can't use double quotes in char variable value?
java
variables
0 Vote
3 Réponses
7th Feb 2017, 4:06 AM
hurricane
Whats difference between them ?
c
char
pointer
string
0 Vote
3 Réponses
20th Apr 2021, 5:04 PM
[bool left=True;]
when we use char x ; then input x=97 what is the output??
c++
char
0 Vote
9 Réponses
25th Oct 2016, 5:43 AM
gharam saad
How to check if two characters inside one string are the same? - Answered, thank you!!
c++
char
string
2 Votes
33 Réponses
29th Jun 2020, 1:45 PM
The_Fox
Why can't I use char type with scanf() and do the void pointer in C language?
c_language
void_pointers
2 Votes
12 Réponses
15th Jan 2020, 9:33 AM
Manthan Gohel
How to assign a math char into an Array ?
arrays
0 Vote
3 Réponses
17th Dec 2017, 4:43 PM
Zarik Daniel
Why is there an error when I concatenate a String var with a char to form a new String and this char belongs to another String?
strings
0 Vote
3 Réponses
2nd Aug 2020, 5:59 PM
Adriel Mederos
How to set password echo char as * instead of ● in html form field?
html
java
sololearn
3 Votes
14 Réponses
28th May 2017, 2:14 PM
Manchukonda Manoj
How to find which char comes first in a string
c++
1 Vote
2 Réponses
7th Dec 2016, 3:37 PM
Linards Liepenieks
Char *message = "this is a message"; what is mean by this in c language???
c
language
4 Votes
7 Réponses
16th Jun 2019, 1:08 PM
Gaurav Rawat
In C! Did anyone used char main () ?
return
type
0 Vote
2 Réponses
30th Jul 2017, 2:29 PM
Meeom
how can I use boolean or char as variables?
java
variables
0 Vote
2 Réponses
7th Mar 2017, 9:18 AM
Hmmam Babe khuoja
What is error of my code?
char
0 Vote
2 Réponses
28th Dec 2020, 12:28 PM
Arash
How to remove occurrence of a character if that char already exists?
calculator
javascript
regular-expressions
0 Vote
4 Réponses
15th Jul 2021, 4:23 PM
dheeraj gupta
How does comparing something with unsigned char work in C?
c
help
school
1 Vote
1 Réponse
25th Sep 2019, 8:26 PM
Matrioshkin
How to type unknown number of char element here(short program)
java
0 Vote
2 Réponses
7th Apr 2020, 10:40 PM
Dzondzula
How do you replace a char to another index on the same string?
begineer
java
strings
1 Vote
5 Réponses
17th Oct 2021, 1:50 PM
Rio
Charactor encoding system
char
2 Votes
1 Réponse
4th May 2018, 5:49 PM
Disvolviĝo;
Why Char array is preferred over String for storing password?
java
1 Vote
2 Réponses
27th Jun 2017, 7:50 PM
TUSHAR SHARMA
how do i get user input for char data type in java?
java
0 Vote
3 Réponses
13th Sep 2021, 6:32 PM
Bobby Dike
Does too many dynamic memory allocation (of char type) results into "Compilation Error" as in my code?
allocation
c++
compilation
dynamic
error
memory
5 Votes
20 Réponses
30th Dec 2017, 9:47 AM
Çůřîöş ßąšäñț 🇮🇳
can the array char be edited by a function?
arrays
c++
functions
0 Vote
1 Réponse
18th Apr 2017, 6:45 PM
Dimon Luchin
What is the difference between VARCHAR2 AND CHAR datatypes?
join
sql
-1 Vote
1 Réponse
10th Nov 2016, 4:19 AM
Joemyr Ayen Ramos
How can i use a char pointer to write a string in c++
c++
char
pointers
strings
0 Vote
8 Réponses
5th Feb 2017, 9:34 PM
Yusuf Bilgen
How to make a char array containing only digits more efficient?
c++
0 Vote
4 Réponses
15th Jul 2016, 8:58 PM
this->getName()
How I do a char array with 2 Index in C?
c
0 Vote
2 Réponses
12th Jun 2019, 5:56 PM
Isaac Muniz
How do I return the ASCII value of a char variable?
c++
variables
0 Vote
4 Réponses
2nd Jan 2017, 10:01 AM
Jeffrey Cheeseman
include <stdio.h> int main() { char i=0; switch(i) { case '0': printf ("c"); break;
hh
0 Vote
9 Réponses
7th Jan 2021, 8:50 AM
Ankit Kumar
How to fix infinite loop when user enters char into int data type
c++
char
data-types
input
int
loops
1 Vote
6 Réponses
17th Jun 2017, 1:06 PM
Shawn Kou
Anyone having C++ Switch program which accepts Char value by user for cases ?
case
char
switch
1 Vote
9 Réponses
13th Aug 2018, 4:03 AM
Shubham Kadam
what is char text[20];? and why index 20 is taken in the array
c
input
output
0 Vote
5 Réponses
15th Oct 2020, 4:58 AM
SURYA TEJ PATTEM
Why Char size is 2 Byte in Java ? while it take 1 byte in C
charsizeinjav
2 Votes
5 Réponses
14th Jan 2020, 6:33 PM
Paras Jain
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
...
6
7
8
...
16
Suivant >
Aujourd'hui en vedette
Can you give me some advice on what project I can start with today to practice HTML, CSS, and JavaScript?
0 Votes
I've a HTML code question
0 Votes
@sololearn Python
1 Votes
C++
0 Votes
Appointment Booking website
0 Votes
Building an AI Call Tracking & Routing System — Anyone tried it?
0 Votes
I am asking for your help, I need to optimisate my code.
0 Votes
Activate account
0 Votes
Offline AI Model with Fast Voice Chat
0 Votes
Give me advice
1 Votes