Kursy
Kursy
Kompilator kodu
Kompilator kodu
Dyskusja
Cennik
Zespoły
Zaloguj się
Zarejestruj się
Menu
Dyskusje Q&A
Szukaj
Szukaj
Zadaj pytanie
Zadaj pytanie
Char type as a Value in HashMap
char
hashmap
0 głosów
1 Odpowiedź
9th Aug 2018, 12:44 PM
BEAM
Can we compare string datatype with char datatype
c++
data-types
strings
0 głosów
3 odpowiedzi
28th Nov 2016, 6:02 PM
prasanth pra
What is difference between char var and String var
java
strings
variables
2 głosów
2 odpowiedzi
4th Mar 2017, 5:14 PM
Anyon2748
Any ideas how to convert a char to string and vice-versa?
c++
char
code
convert
cpp
programming
string
0 głosów
10 odpowiedzi
9th May 2017, 5:10 PM
Γιάννης Δημητριάδης
How to print the name and int and char
java
variables
-1 Głos
3 odpowiedzi
17th Aug 2019, 11:32 AM
Hassan AlShangiti
C++, does * work as a char variable?
cpp
0 głosów
1 Odpowiedź
14th Oct 2019, 4:07 AM
Randi Bolt
What are int argc and char *argv[] for?
c++
main
1 Głos
2 odpowiedzi
11th Mar 2017, 12:21 AM
NNNicomedes
ASCII ' \\ ' in a char array [unresolved]
arrays
ascii
c++
0 głosów
2 odpowiedzi
29th Jul 2020, 6:07 AM
Solus
How can I concatenate a given string with a string I take as input?
char
1 Głos
8 odpowiedzi
7th Jul 2018, 7:30 AM
Syed Naqvi
A c++ that converts char into ASCII number and vice versal.
c++
strings
2 głosów
6 odpowiedzi
18th Jul 2018, 6:08 PM
Ezedin Ali
How to input from console a char variable??
java
1 Głos
2 odpowiedzi
12th Oct 2017, 10:30 AM
Anuraj Garhwal
How can I make a char into a string
char
if
strings
0 głosów
2 odpowiedzi
27th Nov 2018, 6:54 PM
MargaritaK
Can a for loop work with strings or char ?
forloops
1 Głos
3 odpowiedzi
7th May 2019, 11:35 PM
The unknown 321
Why my 2nd char input line in do_while loop getting skipped?
c
dowhile
0 głosów
8 odpowiedzi
25th Jan 2019, 3:45 PM
Md Faridul Islam
What is the input statement for char in java?
input
java
0 głosów
3 odpowiedzi
2nd Apr 2019, 8:27 AM
Fawaz
#include <iostream> #include <string> using namespace std; int main() { char *p= "this"; p+=2; char c= 1 + *p; cout <<c;
c++
code
0 głosów
4 odpowiedzi
3rd Jul 2017, 5:09 PM
Kushagra Agarwal
How to display backslah char into a string?
quotes
ruby
string
2 głosów
1 Odpowiedź
11th Aug 2017, 2:50 PM
Ardhika Permada
What is for input of char in scanner cladd
input
java
1 Głos
3 odpowiedzi
8th Sep 2017, 9:21 AM
SK Ali
how to assign the values of char array to integers.
c++
1 Głos
3 odpowiedzi
12th Mar 2021, 4:22 PM
Jawahirullah
How to differentiate int, float, char type variables in python?
python
1 Głos
5 odpowiedzi
1st Mar 2018, 3:59 PM
swagat patro
How to print Nth word of a C char array?
arrrays
c
2 głosów
2 odpowiedzi
24th Aug 2021, 3:32 PM
David Holmes Ng'andu
How to get string with space
char
1 Głos
6 odpowiedzi
27th Jan 2019, 6:06 AM
Easa
How can I convert string into a char in java ?
char
java
string
to
4 głosów
5 odpowiedzi
21st Sep 2017, 6:27 PM
Hemant Jaiswal
Does the switch case must only contain number? How about char or string?
c++
switch
5 głosów
12 odpowiedzi
24th Dec 2016, 1:52 AM
Rakki
How can use char pointer, in private class and use them, to a string or char in my program pls help if can
c++
code
3 głosów
3 odpowiedzi
6th Sep 2017, 2:35 AM
Pickle_Rick()
How is the memory allocation for array of char when i run the following code.. char a[2]; but i input a as computer
c++
2 głosów
4 odpowiedzi
28th Jul 2017, 12:31 PM
Jose Thomas
Why C strings are declared char * ?
c
c++
memory
pointers
strings
1 Głos
1 Odpowiedź
6th Apr 2017, 12:38 PM
João Krejci
How Can I use setters and getters in a char array? c++
array
c++
chararray
pointers
1 Głos
6 odpowiedzi
31st Aug 2019, 2:16 PM
Eduardo Perez Regin
Why Char array is preferred over String for storing password?
java
3 głosów
3 odpowiedzi
8th Jan 2018, 4:11 PM
raveena kagne
Are there no unsigned int, unsigned char in java.?
java
variables
0 głosów
3 odpowiedzi
9th Nov 2016, 7:20 PM
Kelvin Murithi
I want to explain about the type of variable char in C++?
c++
2 głosów
4 odpowiedzi
16th Apr 2023, 11:21 PM
Salam Tamam Kasm
Can we create main function is char type in C++
c++
classes
function-arguments
functions
main
return
1 Głos
2 odpowiedzi
3rd May 2019, 2:47 PM
Mohit Ravindra Jadhav
In a string, how can i separe important values in char or in different string values?
c++
strings
-1 Głos
13 odpowiedzi
13th Aug 2022, 4:39 PM
eloufou
#include <stdio.h> #include <string.h> int main() { char a[100]; int i,j,b=0,c; gets(a); c=strlen(a); for(i=0;i<c;i++)
c
1 Głos
7 odpowiedzi
11th Mar 2020, 9:43 AM
Allepu Madhan mohan
Can anyone pls explain the use of string, char ,and bool
c++
data-types
0 głosów
7 odpowiedzi
3rd Oct 2016, 5:04 PM
ryan simethy
A way to input a choice
char
0 głosów
6 odpowiedzi
9th Nov 2020, 1:43 AM
Richard Goulbourne
How can i change char to int and send it to massiv in c++
c++
1 Głos
14 odpowiedzi
27th Nov 2020, 10:58 AM
Behzod
What's the difference between a String and a Char Array?
data-types
1 Głos
4 odpowiedzi
25th Jun 2017, 6:35 PM
Damitha D. Wijayasiri
C++ - Why are strings equal, but char arrays not?
arrays
c++
strings
2 głosów
1 Odpowiedź
10th Sep 2019, 7:57 AM
Paolo De Nictolis
can I use char as a variable in the if statement?
c++
if-statements
0 głosów
7 odpowiedzi
12th Aug 2016, 12:48 AM
izuchukwu uchegbu
how to convert char array to int array in c language ?
c++
0 głosów
4 odpowiedzi
21st Sep 2019, 5:06 AM
Hesham Aamer
Разница между string, char, const char и char[256].
c++
char
char[256]
const_char
string
types
0 głosów
1 Odpowiedź
21st Dec 2018, 8:01 PM
softer
In c what is meant by char *s? I know char s is declaring s variable of character but what * means?
y
0 głosów
3 odpowiedzi
22nd Jul 2018, 11:10 AM
Saurabh Jankat
Why print 8 value when input char for %d
input
output
1 Głos
1 Odpowiedź
3rd Apr 2019, 11:16 AM
Manchanayakage Shalika Prasad
What is difference between string str="string"; and char str[50]={'s','t','r','i','n','g'}; ?
strings
1 Głos
2 odpowiedzi
12th Aug 2019, 8:05 AM
Batul Makada
how i can determine all the combination of words from a matrix of type char
help
java
0 głosów
23 odpowiedzi
27th Nov 2017, 5:18 PM
Säß Ŕî
Char near int - please help me understand
char
int
java
variables
0 głosów
1 Odpowiedź
24th Oct 2016, 9:15 PM
Adriano30
What is the purpose of const char *
c++
0 głosów
1 Odpowiedź
15th Nov 2016, 6:30 PM
Sand
How to declare..int and char in an array?
array
c++
functions
0 głosów
1 Odpowiedź
23rd Oct 2016, 6:07 PM
Ryn
Why unsigned char data type range is between 0 and 255?
c
4 głosów
1 Odpowiedź
18th Jan 2019, 1:26 PM
Zhenis Otarbay
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
< Do tyłu
1
...
5
6
7
...
16
Dalej >
Popularne dzisiaj
[OFFICIAL] 💘 Cupid’s Code Picks – Valentine’s Code Challenge 2025 Results
18 Votes
Time up code for data revision
0 Votes
Best Python Calculator Code
1 Votes
Animation
2 Votes
New code
1 Votes
Is it possible to see what modules come by default the Code Playground?
1 Votes
Clean Code
2 Votes
Why does coding take so long to learn
0 Votes
Solved Ai generated practice the last question
0 Votes
PHP
1 Votes