Cours
Cours
Compilateur de code
Compilateur de code
Discuter
Tarification
Équipes
Se connecter
S'inscrire
Menu
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
Why is char often treated as integer data type?
c++
3 Votes
2 Réponses
17th Aug 2019, 1:19 AM
Kishore Kumar BP
How to convert int type to char type
c++
type-conversion
1 Vote
3 Réponses
20th Jul 2017, 4:55 PM
Vivek
#include <stdio.h> int main() { unsigned char x=300; printf("%d",x); }
unsigned
0 Vote
5 Réponses
19th Jul 2019, 5:10 PM
Rohit Ahuja
what is the size of char constant?
char
constant
is
java
of
size
the
what
1 Vote
2 Réponses
16th Nov 2016, 7:26 AM
shivani parab
Where do we use char in c language??
data-types
0 Vote
2 Réponses
28th May 2019, 6:34 AM
LANEISH KAMAN A 16ME039
How to remove particular char from strings in c++.
c++
0 Vote
4 Réponses
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 Votes
2 Réponses
11th Oct 2018, 2:45 PM
Ankita Sinha
please make a program in c language char sum
c
c++
1 Vote
3 Réponses
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 Votes
2 Réponses
8th Jul 2021, 5:55 AM
Tawajir Media
How to compare char using if condition in c.
c
1 Vote
2 Réponses
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 Votes
6 Réponses
17th Mar 2018, 1:24 PM
Naveen Maurya
what does [100] means in char a[100]; ?
c
input
output
0 Vote
2 Réponses
23rd Mar 2020, 4:15 PM
Moshiur Miraz
char a = "hello world" ; printf("%. 2s",a);
c
1 Vote
2 Réponses
22nd Feb 2019, 7:22 AM
David Boga
char *s; s=new char[30]; Question in the description.
c++
memory
pointer
0 Vote
2 Réponses
11th Jun 2020, 12:28 AM
Prashant Pant
Related to char value assignment to an integer.
java
0 Vote
4 Réponses
11th Sep 2017, 6:52 AM
Divya Vishwakarma
How to change string to char of array?
arrays
c++
strings
1 Vote
3 Réponses
23rd Aug 2016, 3:36 AM
Edison Ho
How can you refer to a char of a string.
char
java
method
string
sunnyday
6 Votes
5 Réponses
10th Apr 2017, 4:53 AM
arpit dixit
How to enter char in integer array in c
c
doubt
help
0 Vote
3 Réponses
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 Vote
5 Réponses
1st May 2021, 6:21 AM
Buma Emmanuel
Is it possible to return a char datatype from main() in c?
c
char
function
sololearn
1 Vote
10 Réponses
12th Jul 2021, 10:06 AM
Srinath
CMD freezes when char or string is passed into var currentamt
c#
1 Vote
6 Réponses
19th Dec 2021, 4:03 PM
Caleb Nielsen
When and where to use char in java
java
koline
1 Vote
1 Réponse
16th Feb 2021, 5:42 AM
Dawit Teshager(Seek Boy)
Why is the output an integer even i declared it as char
c
1 Vote
10 Réponses
17th Mar 2020, 7:17 AM
Y AD Ù
How can i convert integer to char in c language??
c
language
2 Votes
3 Réponses
10th Jul 2019, 7:48 AM
Gaurav Rawat
Why --$y has no effect on char or string?
php
5 Votes
2 Réponses
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 Votes
2 Réponses
10th Jan 2019, 4:09 AM
ABADA S
How can I scan a single input char in Java
char
input
java
scanner
3 Votes
6 Réponses
8th Oct 2017, 1:29 PM
duncan123
String data type and char array in C++
sololearn
0 Vote
3 Réponses
26th Apr 2017, 9:35 AM
Nana Osei
why a negative signed char is bigger than a signed Int?
c
c++
5 Votes
3 Réponses
6th Feb 2020, 6:08 AM
{ SorousH }
How to implement reversestring() function with const char *string
c
const
pointers
reverse
string
0 Vote
3 Réponses
15th Feb 2022, 8:50 PM
Taylor Cameron
How to declare char in 50 word in c language
c
char
language
0 Vote
4 Réponses
30th Oct 2019, 2:43 PM
Prince Maurya Maurya
How to user char to terminate the application??
c++
challenges
knowledge
math
sololearn
1 Vote
1 Réponse
18th Nov 2019, 9:36 PM
Shofi Uddin
Can you use char with the switch statement?
c++
switch
2 Votes
2 Réponses
14th Apr 2017, 5:02 PM
Wouter Vogelzang
how to show more than 1900 char from Mysql db
mysql
php
0 Vote
7 Réponses
10th Dec 2018, 4:05 AM
Ahmed ik
i want to know the different between char and string?
java
javascript
0 Vote
4 Réponses
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 Vote
2 Réponses
12th Apr 2020, 1:10 PM
Amirtha K
How to get first char in string in Java
java
strings
0 Vote
2 Réponses
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 Votes
8 Réponses
26th Oct 2020, 11:37 AM
Davide
I can't find a method to input value of the char
char
input
java
4 Votes
4 Réponses
3rd Jun 2018, 3:06 PM
Ali N Nasser
What is numerial range of char in java?
ahirwar
sonu
1 Vote
2 Réponses
2nd Mar 2018, 4:52 PM
Bharti Tiwari
why it is not taking any char input
c
char
input
1 Vote
1 Réponse
22nd Jan 2022, 4:10 PM
Harshit Mishra
Print the char of prime ASCII value
c++
java
python3
0 Vote
2 Réponses
20th Sep 2017, 6:42 AM
Pavan Achanta
What is the syntax for char ???
char
0 Vote
2 Réponses
20th Oct 2017, 9:34 AM
Chithambaranathan S
What is char and when i use it
c#
0 Vote
2 Réponses
8th Aug 2018, 5:25 PM
Ahmed Ismail
Does structure copy can handle char array too in c?
c
copy
cpp
structure
0 Vote
6 Réponses
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 Votes
19 Réponses
4th Jan 2021, 2:19 PM
Yugal Kishore
what is wrong with this code?c++ basic char concept
giving
output
wrong
0 Vote
3 Réponses
12th Jun 2018, 2:27 AM
Bahubali
When we use the char datatype instead of string?
c++
char
0 Vote
5 Réponses
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 Vote
12 Réponses
16th Jul 2022, 5:11 PM
CoderBittu
What was the use of char function in Kotlin?
java
kotlin
0 Vote
2 Réponses
7th Jun 2022, 5:08 AM
Mishthi mehrotra
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
...
4
5
6
...
16
Suivant >
Aujourd'hui en vedette
Thread local : global vs local
0 Votes
What are these purple cubes good for?
0 Votes
Postgrrsql and python
0 Votes
Codding lern
0 Votes
Data Analysis Course
1 Votes
Is there LUA?
0 Votes
Web vs python
0 Votes
url of code playground for HTML, CSS & JS
0 Votes
Which courses should i take for robotics?
1 Votes
tabla empleados sql
0 Votes