Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
What is difference between char var and String var
java
strings
variables
2 Votes
2 Answers
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 Votes
10 Answers
9th May 2017, 5:10 PM
Γιάννης Δημητριάδης
How to print the name and int and char
java
variables
-1 Vote
3 Answers
17th Aug 2019, 11:32 AM
Hassan AlShangiti
How can I concatenate a given string with a string I take as input?
char
1 Vote
8 Answers
7th Jul 2018, 7:30 AM
Syed Naqvi
C++, does * work as a char variable?
cpp
0 Votes
1 Answer
14th Oct 2019, 4:07 AM
Randi Bolt
What are int argc and char *argv[] for?
c++
main
1 Vote
2 Answers
11th Mar 2017, 12:21 AM
NNNicomedes
ASCII ' \\ ' in a char array [unresolved]
arrays
ascii
c++
0 Votes
2 Answers
29th Jul 2020, 6:07 AM
Solus
A c++ that converts char into ASCII number and vice versal.
c++
strings
2 Votes
6 Answers
18th Jul 2018, 6:08 PM
Ezedin Ali
How to input from console a char variable??
java
1 Vote
2 Answers
12th Oct 2017, 10:30 AM
Anuraj Garhwal
How can I make a char into a string
char
if
strings
0 Votes
2 Answers
27th Nov 2018, 6:54 PM
MargaritaK
Can a for loop work with strings or char ?
forloops
1 Vote
3 Answers
7th May 2019, 11:35 PM
The unknown 321
Why my 2nd char input line in do_while loop getting skipped?
c
dowhile
0 Votes
8 Answers
25th Jan 2019, 3:45 PM
Md Faridul Islam
What is the input statement for char in java?
input
java
0 Votes
3 Answers
2nd Apr 2019, 8:27 AM
Fawaz
How to display backslah char into a string?
quotes
ruby
string
2 Votes
1 Answer
11th Aug 2017, 2:50 PM
Ardhika Permada
#include <iostream> #include <string> using namespace std; int main() { char *p= "this"; p+=2; char c= 1 + *p; cout <<c;
c++
code
0 Votes
4 Answers
3rd Jul 2017, 5:09 PM
Kushagra Agarwal
What is for input of char in scanner cladd
input
java
1 Vote
3 Answers
8th Sep 2017, 9:21 AM
SK Ali
how to assign the values of char array to integers.
c++
1 Vote
3 Answers
12th Mar 2021, 4:22 PM
Jawahirullah
How to differentiate int, float, char type variables in python?
python
1 Vote
5 Answers
1st Mar 2018, 3:59 PM
swagat patro
How to get string with space
char
1 Vote
6 Answers
27th Jan 2019, 6:06 AM
Easa
How to print Nth word of a C char array?
arrrays
c
2 Votes
2 Answers
24th Aug 2021, 3:32 PM
David Holmes Ng'andu
How can I convert string into a char in java ?
char
java
string
to
4 Votes
5 Answers
21st Sep 2017, 6:27 PM
Hemant Jaiswal
Does the switch case must only contain number? How about char or string?
c++
switch
5 Votes
12 Answers
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 Votes
3 Answers
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 Votes
4 Answers
28th Jul 2017, 12:31 PM
Jose Thomas
Why C strings are declared char * ?
c
c++
memory
pointers
strings
1 Vote
1 Answer
6th Apr 2017, 12:38 PM
João Krejci
Are there no unsigned int, unsigned char in java.?
java
variables
0 Votes
3 Answers
9th Nov 2016, 7:20 PM
Kelvin Murithi
Why Char array is preferred over String for storing password?
java
3 Votes
3 Answers
8th Jan 2018, 4:11 PM
raveena kagne
How Can I use setters and getters in a char array? c++
array
c++
chararray
pointers
1 Vote
6 Answers
31st Aug 2019, 2:16 PM
Eduardo Perez Regin
I want to explain about the type of variable char in C++?
c++
2 Votes
4 Answers
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 Vote
2 Answers
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 Vote
13 Answers
13th Aug 2022, 4:39 PM
eloufou
A way to input a choice
char
0 Votes
6 Answers
9th Nov 2020, 1:43 AM
Richard Goulbourne
Can anyone pls explain the use of string, char ,and bool
c++
data-types
0 Votes
7 Answers
3rd Oct 2016, 5:04 PM
ryan simethy
#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 Vote
7 Answers
11th Mar 2020, 9:43 AM
Allepu Madhan mohan
How can i change char to int and send it to massiv in c++
c++
1 Vote
14 Answers
27th Nov 2020, 10:58 AM
Behzod
What's the difference between a String and a Char Array?
data-types
1 Vote
4 Answers
25th Jun 2017, 6:35 PM
Damitha D. Wijayasiri
C++ - Why are strings equal, but char arrays not?
arrays
c++
strings
2 Votes
1 Answer
10th Sep 2019, 7:57 AM
Paolo De Nictolis
can I use char as a variable in the if statement?
c++
if-statements
0 Votes
7 Answers
12th Aug 2016, 12:48 AM
izuchukwu uchegbu
how to convert char array to int array in c language ?
c++
0 Votes
4 Answers
21st Sep 2019, 5:06 AM
Hesham Aamer
Разница между string, char, const char и char[256].
c++
char
char[256]
const_char
string
types
0 Votes
1 Answer
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 Votes
3 Answers
22nd Jul 2018, 11:10 AM
Saurabh Jankat
Why print 8 value when input char for %d
input
output
1 Vote
1 Answer
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 Vote
2 Answers
12th Aug 2019, 8:05 AM
Batul Makada
Char near int - please help me understand
char
int
java
variables
0 Votes
1 Answer
24th Oct 2016, 9:15 PM
Adriano30
What is the purpose of const char *
c++
0 Votes
1 Answer
15th Nov 2016, 6:30 PM
Sand
How to declare..int and char in an array?
array
c++
functions
0 Votes
1 Answer
23rd Oct 2016, 6:07 PM
Ryn
how i can determine all the combination of words from a matrix of type char
help
java
0 Votes
23 Answers
27th Nov 2017, 5:18 PM
Säß Ŕî
Please guide
char
0 Votes
5 Answers
15th Dec 2019, 8:51 AM
Arslan Ali
Why unsigned char data type range is between 0 and 255?
c
4 Votes
1 Answer
18th Jan 2019, 1:26 PM
Zhenis Otarbay
Char a[10]. How many characters can I input in this string
input
output
1 Vote
3 Answers
4th Sep 2019, 3:01 PM
Colin Joy
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
5
6
7
...
16
Next >
Hot today
How do we code calculator
2 Votes
What programming language should i learn to make applications or games?
0 Votes
How to add comment in python?
2 Votes
I need help
1 Votes
My hearts are disappering :(
0 Votes
How to learn python fast than usual in sololearn?
0 Votes
What can html, css and javascript do
0 Votes
Pressure and tension
2 Votes
How to make a selection on a calculator in Python
0 Votes
Conducción de calor o Q=−kAdTdxQ = -k A \frac{dT}{dx}Q=−kAdxdT o Pared 2 m², espesor 0.1 m, k = 50 W/m°C, ΔT = 30°C → Q ≈ 30,0
0 Votes