string tag

223 questions


1 answers
43 views
0
String extraction

E513-180612001/ET510CU-B1/82419-T/1800/90/18.07.05/FNH450.117414179,1,FNH450.1=1/2_BT,01,1800,2168-56-A,ET510CU-B1,1/1,UAP=======================================================================Among t...

2 years ago

1 answers
48 views
0
cInitialize language string multiple times

I wrote down the source code as below, a: Override. I reset it several timesThere is an error like this. How do I initialize a string multiple times in c language?int main(void){ char a[10] = hello; p...

2 years ago

1 answers
43 views
0
Python String Cut Question!

For example, if ABCD is included in the variable a, A, B, C, D, and space are separately I want to cut all the letters into pieces, how do I code them?

2 years ago

1 answers
65 views
0
This is a question about how to use a String in a Java Array basic example!

package practice_3;import javax.swing.JOptionPane;public class ArrayTest {public static void main(String[]args) { String output = ; int n[] = new int[10]; output += subscript | value\n; for (int i = 0...

2 years ago

1 answers
40 views
0
Why doesn't f'blar blar' only work when formatting python strings?

https://wikidocs.net/21#_2 Solving exercise #5.I learned that there are two ways to format the string (how to use format, how to use f'), but I wonder why only f' doesn't work.i=7while i > 0: if (i...

2 years ago

3 answers
72 views
0
How do I wrap an array with a string?

Based on Chrome var a = [abc, def, ghi];If you make it like this [abc, def, ghi]You know... But this'[abc, def, ghi]'Is there a function that makes it into a string?


1 answers
43 views
0
I'd like to know the address that Const char* points to.

I want to know where 'h' is stored in the const char* name = hello;Only strings were printed continuously with &*name.

2 years ago

1 answers
77 views
0
End and content of string received via fgets

The fgets() function stores the results in the string and adds a null character (\0) to the end of the string.That's what IBM explains.I'm going to compare the string I received through the fgets() fu...

2 years ago

1 answers
65 views
0
When declaring a JAVA string array, how do I stabilize the size and declare it?

For example, determine the size when declaring a string array variable (String[5]), as shown below I have to declare it.String[] apple = new String[5];But what I need is not an array of strings of a g...

2 years ago

1 answers
92 views
0
Replace the tuple list with a string

There is data as a list in the tuple.# The join() is not working properly in the replace the data divided by split() as a string part.If you change the elements into strings one by one, it works as yo...

2 years ago
« - 7 - »

© 2024 OneMinuteCode. All rights reserved.