Cours
Se connecter
Commencer à apprendre l'IA
Cours
Se connecter
Commencer à apprendre l'IA
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
Chars
char
2 Votes
1 Réponse
14th Jul 2018, 3:26 PM
Siddharth Jain
How the pointer holds a string in one address ? char *s = "hello"; char *p = s; printf( "%c" , s[0]); ANSWER = h
c
pointers
0 Vote
2 Réponses
3rd Jan 2021, 10:02 AM
Gogul
как сделать так, чтобы переменная b могла быть и char и int?
c++
cpp
kak?
0 Vote
3 Réponses
18th Dec 2019, 8:15 AM
Игорь Мороз
Please suggest me best YouTube videos on Array & char Array, string
array
c++
chararray
programming
strings
0 Vote
3 Réponses
27th Nov 2020, 2:37 PM
Imran Ali
What will the char data type look like in binary in c #?
binaryformat
c#
data
data-types
1 Vote
4 Réponses
27th Mar 2020, 9:07 PM
Mary_d9
Why do we need string variable when we have char variable?
char
string
variables
0 Vote
2 Réponses
12th Feb 2019, 4:30 PM
Saurabh Mishra
How to convert integer value into char integer in javascript?
javascript
0 Vote
1 Réponse
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 Réponses
13th Feb 2018, 1:17 PM
Harsh Agrawal
In php MySQLi what is the difference between char and varchar..
mysql
php
1 Vote
1 Réponse
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 Réponses
17th Dec 2019, 7:45 AM
Azhar Sajis
How to determine which char appears most in a string?
c#
0 Vote
1 Réponse
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 Réponse
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 Réponses
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 Réponses
5th Aug 2017, 12:24 AM
Mohammad Mubdiul Hossain
How can I save an user's character on another char variable?
input
0 Vote
2 Réponses
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 Réponses
30th Jan 2020, 4:49 PM
Faisal Ur Rehman
Why this simple code is showing error?
char
1 Vote
1 Réponse
8th Jun 2018, 6:58 PM
Karandeep Singh Ajmani
How can i convert a float number to char type?
c++
0 Vote
2 Réponses
4th Dec 2016, 9:32 PM
Döngölő Zsolt
How can we generate a random char between ’0’ and ’9’ and ’*’ and ’#’
c
cpp
random_char
3 Votes
4 Réponses
3rd May 2020, 12:09 AM
Nika Soltani Tehrani
#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 Réponses
29th Apr 2020, 3:59 AM
Rihaj Mujawar
Hello, how can I randomly output two elements from the char array?
c++
-1 Vote
2 Réponses
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 Réponses
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 Réponses
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 Réponses
17th Jan 2018, 2:56 AM
Rushikesh
Maximum number of char in task name window task scheduler
c#
0 Vote
1 Réponse
15th Aug 2017, 2:38 AM
Chit Lwin
Why can't I use string here instead of char array?
array
char
difference
string
0 Vote
1 Réponse
26th May 2017, 8:08 AM
Aarhisreshtha Mahanta
Why doesn't string main() works as char main() and int main() do?
c
0 Vote
2 Réponses
8th Apr 2019, 3:08 AM
user45368
True or false: a variable of type char can hold the value 301?
c++
data-types
2 Votes
3 Réponses
28th Apr 2017, 4:12 PM
mostafa salah
What am i doing wrong in this code
ascii
char
1 Vote
7 Réponses
14th Dec 2020, 10:26 PM
Fernando Aldridge
What is meta char set used for And how is it used actually
html5
0 Vote
4 Réponses
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 Réponses
6th Aug 2016, 3:48 PM
johny
Can I use string intead of char for a one letter variable?
variables
2 Votes
2 Réponses
16th Jan 2018, 1:04 PM
SalmanPlayz
#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 Vote
21 Réponses
21st Jun 2016, 12:07 PM
Kshitij
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 Vote
3 Réponses
12th Aug 2017, 4:23 PM
Hacker
How to write two strings in char array so it will print correctly?
c++
0 Vote
3 Réponses
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 Vote
6 Réponses
9th Jun 2021, 7:59 PM
alireza mohammadian
How do you convert a string into a char array in c#?
c#
0 Vote
2 Réponses
19th Jan 2020, 12:40 PM
Mehran.S
why char *s="hello" is able to save more then one correctors?
c
carectorpointer
char
datastructure
ds
1 Vote
1 Réponse
18th Dec 2020, 9:54 AM
Dershil Jadav
Write a program in kotlin to check the input char is vowel or consonant using when condition
kotlin
program
3 Votes
7 Réponses
11th Jan 2019, 3:38 PM
Ankit Sharma
Why does the addition of two char(char a, char b) equal a number(195)?
c#
2 Votes
3 Réponses
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 Vote
4 Réponses
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 Vote
7 Réponses
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 Réponses
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 Réponses
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 Vote
2 Réponses
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 Réponse
27th Sep 2022, 5:27 AM
Ketan Lalcheta
wap to print first three and last three char of string.
c++
0 Vote
2 Réponses
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 Réponses
28th Jul 2016, 3:20 AM
Ricardo Pucca
How to write a code that prints an char array reversed ?
c++
strings
1 Vote
2 Réponses
6th Jan 2017, 10:45 AM
ghasan
How to find a string in a 2D array of char in C
c
0 Vote
2 Réponses
29th Mar 2020, 9:49 AM
H2727
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
...
7
8
9
...
16
Suivant >
Aujourd'hui en vedette
Can you give me some advice on what project I can start with today to practice HTML, CSS, and JavaScript?
0 Votes
I've a HTML code question
0 Votes
Offline AI Model with Fast Voice Chat
2 Votes
C++
0 Votes
Appointment Booking website
0 Votes
Give me advice
1 Votes
Does anyone know how to go to another "page" on the same page using the HTML button tag?
1 Votes
HELP ME LEARN
0 Votes
Please tell me about methods
1 Votes
How my gradient is so mess I code in vscode and copied here to ask some questions please help me with this one too
0 Votes