Cursos
Cursos
Compilador de Código
Compilador de Código
Debatir
Precios
Teams
Iniciar sesión
Registrarse
Menu
Sesiones de PyR
Buscar
Buscar
Haz una pregunta
Haz una pregunta
Why is char often treated as integer data type?
c++
3 Votos
2 Respuestas
17th Aug 2019, 1:19 AM
Kishore Kumar BP
How to convert int type to char type
c++
type-conversion
1 Voto
3 Respuestas
20th Jul 2017, 4:55 PM
Vivek
#include <stdio.h> int main() { unsigned char x=300; printf("%d",x); }
unsigned
0 Votos
5 Respuestas
19th Jul 2019, 5:10 PM
Rohit Ahuja
what is the size of char constant?
char
constant
is
java
of
size
the
what
1 Voto
2 Respuestas
16th Nov 2016, 7:26 AM
shivani parab
Where do we use char in c language??
data-types
0 Votos
2 Respuestas
28th May 2019, 6:34 AM
LANEISH KAMAN A 16ME039
How to remove particular char from strings in c++.
c++
0 Votos
4 Respuestas
13th Dec 2020, 8:17 AM
RAVIKIRAN.D
Why the return statement only take integer ,why it can't take char as char has also a ascii value which is also a integer.
return
2 Votos
2 Respuestas
11th Oct 2018, 2:45 PM
Ankita Sinha
please make a program in c language char sum
c
c++
1 Voto
3 Respuestas
1st Sep 2019, 4:39 AM
AAYUSH PAGARE🇮🇳
Given the following declaration: char myStr[26]; char yourStr[26] = "Arrays and Strings"; a. Write a C++ statement that
pls
-2 Votos
2 Respuestas
8th Jul 2021, 5:55 AM
Tawajir Media
How to compare char using if condition in c.
c
1 Voto
2 Respuestas
30th Aug 2021, 3:35 PM
Shubham Rampurkar
What is the difference between char* s and char s[]?
array
c++
char*
pointer
string
strings
3 Votos
6 Respuestas
17th Mar 2018, 1:24 PM
Naveen Maurya
what does [100] means in char a[100]; ?
c
input
output
0 Votos
2 Respuestas
23rd Mar 2020, 4:15 PM
Moshiur Miraz
char a = "hello world" ; printf("%. 2s",a);
c
1 Voto
2 Respuestas
22nd Feb 2019, 7:22 AM
David Boga
char *s; s=new char[30]; Question in the description.
c++
memory
pointer
0 Votos
2 Respuestas
11th Jun 2020, 12:28 AM
Prashant Pant
Related to char value assignment to an integer.
java
0 Votos
4 Respuestas
11th Sep 2017, 6:52 AM
Divya Vishwakarma
How to change string to char of array?
arrays
c++
strings
1 Voto
3 Respuestas
23rd Aug 2016, 3:36 AM
Edison Ho
How can you refer to a char of a string.
char
java
method
string
sunnyday
6 Votos
5 Respuestas
10th Apr 2017, 4:53 AM
arpit dixit
How to enter char in integer array in c
c
doubt
help
0 Votos
3 Respuestas
9th Jun 2022, 10:00 AM
Ajmal K saleem
char square[10]={'1','2','3,'4','5','6','7','8','9'}; int choice; printf ("input choice "); if(square[choice]==choice){...}
and
arrays
if-statements
0 Votos
5 Respuestas
1st May 2021, 6:21 AM
Buma Emmanuel
CMD freezes when char or string is passed into var currentamt
c#
1 Voto
6 Respuestas
19th Dec 2021, 4:03 PM
Caleb Nielsen
When and where to use char in java
java
koline
1 Voto
1 Respuesta
16th Feb 2021, 5:42 AM
Dawit Teshager(Seek Boy)
Why is the output an integer even i declared it as char
c
1 Voto
10 Respuestas
17th Mar 2020, 7:17 AM
Y AD Ù
How can i convert integer to char in c language??
c
language
2 Votos
3 Respuestas
10th Jul 2019, 7:48 AM
Gaurav Rawat
Why --$y has no effect on char or string?
php
5 Votos
2 Respuestas
15th Jun 2017, 2:46 AM
Nafis
What will happen when I try to store negative value in char
c
char
java
negative
value
8 Votos
2 Respuestas
10th Jan 2019, 4:09 AM
ABADA S
How can I scan a single input char in Java
char
input
java
scanner
3 Votos
6 Respuestas
8th Oct 2017, 1:29 PM
duncan123
String data type and char array in C++
sololearn
0 Votos
3 Respuestas
26th Apr 2017, 9:35 AM
Nana Osei
why a negative signed char is bigger than a signed Int?
c
c++
5 Votos
3 Respuestas
6th Feb 2020, 6:08 AM
{ SorousH }
How to implement reversestring() function with const char *string
c
const
pointers
reverse
string
0 Votos
3 Respuestas
15th Feb 2022, 8:50 PM
Taylor Cameron
How to declare char in 50 word in c language
c
char
language
0 Votos
4 Respuestas
30th Oct 2019, 2:43 PM
Prince Maurya Maurya
How to user char to terminate the application??
c++
challenges
knowledge
math
sololearn
1 Voto
1 Respuesta
18th Nov 2019, 9:36 PM
Shofi Uddin
Can you use char with the switch statement?
c++
switch
2 Votos
2 Respuestas
14th Apr 2017, 5:02 PM
Wouter Vogelzang
how to show more than 1900 char from Mysql db
mysql
php
0 Votos
7 Respuestas
10th Dec 2018, 4:05 AM
Ahmed ik
i want to know the different between char and string?
java
javascript
0 Votos
4 Respuestas
16th Jun 2022, 5:40 PM
Mody Ahmed
Why in this code we use semicolon after curly braces?? union Courses { char WebSite[50]; char Subject[50]; int Price; };
.
1 Voto
2 Respuestas
12th Apr 2020, 1:10 PM
Amirtha K
How to get first char in string in Java
java
strings
0 Votos
2 Respuestas
3rd Jul 2021, 11:44 AM
a SnowFlake
[SOLVED] Filling and printing 2D char array (or even array of strings)
2darray
c
characters
printf
4 Votos
8 Respuestas
26th Oct 2020, 11:37 AM
Davide
I can't find a method to input value of the char
char
input
java
4 Votos
4 Respuestas
3rd Jun 2018, 3:06 PM
Ali N Nasser
What is numerial range of char in java?
ahirwar
sonu
1 Voto
2 Respuestas
2nd Mar 2018, 4:52 PM
Bharti Tiwari
why it is not taking any char input
c
char
input
1 Voto
1 Respuesta
22nd Jan 2022, 4:10 PM
Harshit Mishra
Print the char of prime ASCII value
c++
java
python3
0 Votos
2 Respuestas
20th Sep 2017, 6:42 AM
Pavan Achanta
What is the syntax for char ???
char
0 Votos
2 Respuestas
20th Oct 2017, 9:34 AM
Chithambaranathan S
What is char and when i use it
c#
0 Votos
2 Respuestas
8th Aug 2018, 5:25 PM
Ahmed Ismail
Does structure copy can handle char array too in c?
c
copy
cpp
structure
0 Votos
6 Respuestas
27th May 2018, 7:36 AM
$¢𝐎₹𝔭!𝐨𝓝
What is the difference between char, unsigned char and signed char? (All 3 are different data types)[SOLVED]
c
c++
6 Votos
19 Respuestas
4th Jan 2021, 2:19 PM
Yugal Kishore
what is wrong with this code?c++ basic char concept
giving
output
wrong
0 Votos
3 Respuestas
12th Jun 2018, 2:27 AM
Bahubali
When we use the char datatype instead of string?
c++
char
0 Votos
5 Respuestas
19th Nov 2016, 2:16 PM
Benedek Máté Tóth
Does casting a string as char pointer automatically allocate required memory in C/C++?
c
c++
pointers
strings
variables
1 Voto
12 Respuestas
16th Jul 2022, 5:11 PM
CoderBittu
What was the use of char function in Kotlin?
java
kotlin
0 Votos
2 Respuestas
7th Jun 2022, 5:08 AM
Mishthi mehrotra
#include <stdio.h> int main() { char a = getchar(); printf("You entered: %c", a); return 0; }
input
output
3 Votos
13 Respuestas
10th Mar 2020, 8:13 PM
sagor zia
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
...
4
5
6
...
16
Siguiente >
En tendencia hoy
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