character-arrays
How can I place numbers at the end of an int (not summing)?
I\'m busy with making an expression tree for school, I\'ve already build the part in which the tree is being made and printing the result of the arithmetic expression also works.[详细]
2023-04-08 20:23 分类:问答(To me) unexplainable value in character array
I\'m stuck with something I really don\'t understand and I hope someone over here does. Can anybody explain me why \'nextOne\' holds the value 51? It\'s clear that at index 2 in the expression array[详细]
2023-04-08 05:02 分类:问答Array and string
I have an array of type char and a string that I will be introducing from the keyboard. Can anyone tell me how can I开发者_C百科 introduce each character of the string in the char array?You don\'t nee[详细]
2023-04-02 06:14 分类:问答How do I return a variable size string from a function?
I need a working code for a function that will return a random string with a random length. What I want to do would be better described by the following code.[详细]
2023-03-31 07:20 分类:问答Passing 2-D array with dynamic size between functions in C/++
This is \"popular\" question so I already checked the similar threads but still didnt resolv开发者_运维百科e my issue.[详细]
2023-03-30 22:32 分类:问答atoi on a character array with lots of integers
I have a code in which the character array is populated by integers (converted to char arrays), and read by another function which reconverts it back to integers. I have used the following function to[详细]
2023-03-12 11:24 分类:问答Only first character of string is will print in C
I have this struct typedef struct grade { char firstName[SIZE]; char lastName[SIZE]; int stuNum; }GRADE; and this output code:[详细]
2023-03-03 21:26 分类:问答Character array and pointer
The code snippet is given as: char *s[] = {\"program\", \"test\", \"load\", \"frame\", \"stack\", NULL};[详细]
2023-02-10 03:58 分类:问答How to remove a character from a string using baskspace in C?
can you give me an example of deleting characters from an array of characters in c? I tried too much, but i didn\'t reach to what i want[详细]
2023-01-22 15:38 分类:问答NULLs in string array
How to remove Null values in string array Like { ,-2,3,,-4,+5,,66...} I need to r开发者_JAVA百科emove those null values in between and re-size the array[详细]
2022-12-20 02:50 分类:问答