Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
Why Char size is 2 Byte in Java ? while it take 1 byte in C
charsizeinjav
2 Votes
5 Answers
14th Jan 2020, 6:33 PM
Paras Jain
what is char text[20];? and why index 20 is taken in the array
c
input
output
0 Votes
5 Answers
15th Oct 2020, 4:58 AM
SURYA TEJ PATTEM
How the pointer holds a string in one address ? char *s = "hello"; char *p = s; printf( "%c" , s[0]); ANSWER = h
c
pointers
0 Votes
2 Answers
3rd Jan 2021, 10:02 AM
Gogul
как сделать так, чтобы переменная b могла быть и char и int?
c++
cpp
kak?
0 Votes
3 Answers
18th Dec 2019, 8:15 AM
Игорь Мороз
Please suggest me best YouTube videos on Array & char Array, string
array
c++
chararray
programming
strings
0 Votes
3 Answers
27th Nov 2020, 2:37 PM
Imran Ali
Chars
char
2 Votes
1 Answer
14th Jul 2018, 3:26 PM
Siddharth Jain
What will the char data type look like in binary in c #?
binaryformat
c#
data
data-types
1 Vote
4 Answers
27th Mar 2020, 9:07 PM
Mary_d9
Why do we need string variable when we have char variable?
char
string
variables
0 Votes
2 Answers
12th Feb 2019, 4:30 PM
Saurabh Mishra
How to convert integer value into char integer in javascript?
javascript
0 Votes
1 Answer
30th May 2018, 7:31 PM
Manoj Khetwani
Make a program segment to input a int number and covert it into char
java
2 Votes
8 Answers
13th Feb 2018, 1:17 PM
Harsh Agrawal
In php MySQLi what is the difference between char and varchar..
mysql
php
1 Vote
1 Answer
24th Sep 2019, 6:26 AM
Ravi gupta
How to declare the characeter if of A- because char letter = 'A-' is error?
java
3 Votes
6 Answers
17th Dec 2019, 7:45 AM
Azhar Sajis
How to determine which char appears most in a string?
c#
0 Votes
1 Answer
4th Dec 2018, 5:16 AM
Dejan
Why some programmer use char array of int instead of using strings,? And how to generate this char array from a string?
array
char
java
strings
1 Vote
1 Answer
24th Sep 2017, 12:45 PM
Aboelazm Mohamed
Hi guys! If constant 0x13 and 'c' are char type what will be printf format specifier for each of following constants
c++
3 Votes
11 Answers
20th Oct 2018, 1:30 PM
Muhlisa
How to remove error when i enter number in char input types
c++
char
cin
input
2 Votes
3 Answers
5th Aug 2017, 12:24 AM
Mohammad Mubdiul Hossain
How can I save an user's character on another char variable?
input
0 Votes
2 Answers
25th May 2018, 3:36 PM
Fernando Adrián Frías Ochoa
How to Assign Char variable value of one structure array to another?( C++)
c++
error
1 Vote
4 Answers
30th Jan 2020, 4:49 PM
Faisal Ur Rehman
Why this simple code is showing error?
char
1 Vote
1 Answer
8th Jun 2018, 6:58 PM
Karandeep Singh Ajmani
How can we generate a random char between ’0’ and ’9’ and ’*’ and ’#’
c
cpp
random_char
3 Votes
4 Answers
3rd May 2020, 12:09 AM
Nika Soltani Tehrani
How can i convert a float number to char type?
c++
0 Votes
2 Answers
4th Dec 2016, 9:32 PM
Döngölő Zsolt
#include<stdio.h> #include<string.h> void main() { char *str="His"; int i=0; for(i=0;i<=strlen(str);i++) printf("%s",str++); }
c
c++
challenge
codding
code
html
jquery
require
sololearn
subqueries
1 Vote
3 Answers
29th Apr 2020, 3:59 AM
Rihaj Mujawar
Hello, how can I randomly output two elements from the char array?
c++
-1 Vote
2 Answers
26th Mar 2021, 1:06 PM
TeaserCode
Predict the output of following program? #include "stdio.h" int main() { char arr[100]; printf("%d", scanf("%s", arr));
c
7 Votes
4 Answers
28th Mar 2020, 3:49 AM
Raj Kalash Tiwari
Which coding type is used for data type char in java?
char
value-types
1 Vote
2 Answers
2nd Mar 2018, 4:57 PM
Bharti Tiwari
how to use char as variable and print name instead of numbers ?
c++
variables
3 Votes
3 Answers
17th Jan 2018, 2:56 AM
Rushikesh
Why doesn't string main() works as char main() and int main() do?
c
0 Votes
2 Answers
8th Apr 2019, 3:08 AM
user45368
Maximum number of char in task name window task scheduler
c#
0 Votes
1 Answer
15th Aug 2017, 2:38 AM
Chit Lwin
Why can't I use string here instead of char array?
array
char
difference
string
0 Votes
1 Answer
26th May 2017, 8:08 AM
Aarhisreshtha Mahanta
True or false: a variable of type char can hold the value 301?
c++
data-types
2 Votes
3 Answers
28th Apr 2017, 4:12 PM
mostafa salah
What is meta char set used for And how is it used actually
html5
0 Votes
4 Answers
27th May 2020, 3:20 PM
Adeyinka Jedidiah Adegalu
hello, how tou use char in c# please get some example to me
c#
1 Vote
4 Answers
6th Aug 2016, 3:48 PM
johny
What am i doing wrong in this code
ascii
char
1 Vote
7 Answers
14th Dec 2020, 10:26 PM
Fernando Aldridge
#include<iostream> #include<conio.h> #include<stdio.h> void main() { int i; char str[80]; cout<<"enter any name"; gets(str); for(i=0;str[i]!='\0';i++) {cout<<str[i]<<"\n"; } getch(); }
c++
error
0 Votes
21 Answers
21st Jun 2016, 12:07 PM
Kshitij
Can I use string intead of char for a one letter variable?
variables
2 Votes
2 Answers
16th Jan 2018, 1:04 PM
SalmanPlayz
If I assign a single chat at first index of char array and then I print whole array then only that single char is not printing
c++
0 Votes
3 Answers
12th Aug 2017, 4:23 PM
Hacker
How to write two strings in char array so it will print correctly?
c++
0 Votes
3 Answers
3rd Mar 2021, 6:56 PM
TeaserCode
I want to find the longset name of input and its location ,i try but deon`t have any out put can you help me?
c++
char
0 Votes
6 Answers
9th Jun 2021, 7:59 PM
alireza mohammadian
How do you convert a string into a char array in c#?
c#
0 Votes
2 Answers
19th Jan 2020, 12:40 PM
Mehran.S
Write a program in kotlin to check the input char is vowel or consonant using when condition
kotlin
program
3 Votes
7 Answers
11th Jan 2019, 3:38 PM
Ankit Sharma
why char *s="hello" is able to save more then one correctors?
c
carectorpointer
char
datastructure
ds
1 Vote
1 Answer
18th Dec 2020, 9:54 AM
Dershil Jadav
Why does the addition of two char(char a, char b) equal a number(195)?
c#
2 Votes
3 Answers
15th Feb 2017, 7:57 PM
Justin Baker
Help me. ¿Cómo puedo utilizar char para escribir algún nombre en un programa?
programa
secuencia-if
0 Votes
4 Answers
20th Jan 2019, 10:08 PM
Denisse López
How to take user input for char array that is a member of struct ? [Solved]
c++
struct
0 Votes
7 Answers
3rd Mar 2021, 3:19 PM
Abhay
Assign char var greater than 127 into int var turns into negative number
bitwise
c++
int2char
1 Vote
2 Answers
23rd Apr 2018, 6:43 PM
Jack
How do i store the first character of a word in a char variable?
java
4 Votes
3 Answers
18th Apr 2017, 9:56 PM
chris
What is the output of this? Void main(){ char a[10]="walk"; printf(%d,printf(a)); getch();}
c
0 Votes
2 Answers
18th Mar 2019, 4:06 AM
Archana
Xml parser for windows and linux | free | support wide char as well
c++
linux
windows
xml
1 Vote
1 Answer
27th Sep 2022, 5:27 AM
Ketan Lalcheta
wap to print first three and last three char of string.
c++
0 Votes
2 Answers
31st Aug 2016, 3:54 AM
padmesh
If we want to get the last char from string, how can we get it?
c#
indexers
strings
1 Vote
6 Answers
28th Jul 2016, 3:20 AM
Ricardo Pucca
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
7
8
9
...
16
Next >
Hot today
SQL
3 Votes
HTML/CSS questions
0 Votes
What Does Pseudo Elements Mean.
2 Votes
IMAGE
0 Votes
Html
1 Votes
How can I continue with my goal if I lost all my lives?
0 Votes
How to learn css and html
0 Votes
Find courses
0 Votes
member initializer list : order of evaluation
0 Votes
Certificate Problem
0 Votes