0
How can I use long character in C?
For example: 'Cheap'
5 Antworten
+ 4
There is no long char. It's a char array.
+ 2
Nasif Rahman And is it impossible without using array?
+ 2
Use charecter pointer
char *ch = "string";
But also Internally is it same as the array..
+ 2
Nasif Rahman Rahul Prajapati Jayakrishna🇮🇳 Sonic Thank you all 💐 I was able to solve my problem without using char using "".
+ 1
Loops concept of C program
https://youtu.be/fuuvZMjX7A8