Search code examples
How can I return String to the main function?...


arrayscsegmentation-faultcs50c-strings

Read More
Determine #defined string length at compile time...


cmacrosc-preprocessorc-stringsstrlen

Read More
Struct array string merge with another string in c...


arrayscinitializationc-stringsstring-literals

Read More
C - Return pointer of first element in linked list (string)...


cpointerslinked-listc-stringssingly-linked-list

Read More
Can I use strings within an array to name struct variables using concatenation, macros, or similar?...


arrayscnamespacesc-stringsidentifier

Read More
(homework) How to put a C-string from one pointer into the memory address of another pointer?...


cpointersc-strings

Read More
Access violation writing location when working with pointers to char...


c++stringc-strings

Read More
I am trying to create a C program where it will keep asking the user for a string of text and then p...


cstringfilec-strings

Read More
Confusion of memory in buffer overflow while using strncpy()?...


arrayscc-stringsbuffer-overflowstrncpy

Read More
C : Access violation reading location with malloc...


cstructmallocdynamic-memory-allocationc-strings

Read More
How change the second letter in char *name = "exemple"; with char *name...


c++pointerscharc-stringsstring-literals

Read More
using C copy a 1D char array into 2D char array...


arrayscgccmultidimensional-arrayc-strings

Read More
Iterate over *str vs str[] in while loop in C...


arrayscpointerswhile-loopc-strings

Read More
Passing NULL pointer to pointer and expect allocating for main...


cpointerssplitdynamic-memory-allocationc-strings

Read More
Print whole line which starts from given letter...


cloopsfilec-strings

Read More
Unexpected Printed Exclamation Mark - cs50 Substitution...


cfor-loopcs50c-stringsstrlen

Read More
Having trouble printing string from a file...


cdynamic-memory-allocationc-stringssingly-linked-list

Read More
Why is strnlen() not considered for inclusion in C23?...


clanguage-lawyerc-stringsc23

Read More
Issues reallocating memory to string...


csplitpass-by-referencedynamic-memory-allocationc-strings

Read More
fclose() ends with "Segmentation fault (core dumped)"...


csegmentation-faultscanfc-stringsfclose

Read More
Problem with while loop when I read words from a file in C...


ccompiler-errorsdynamic-memory-allocationc-stringsstrcpy

Read More
Capitalize first letter of a word in a string in C...


csplitc-stringsfunction-definitiontoupper

Read More
No matching Constructor Error For Initialization in c++. Whats wrong with my constructor?...


c++classconstructorheaderc-strings

Read More
How to remove even occurences of a substring in a string...


csubstringc-stringsfunction-definitionstrstr

Read More
Count vowels in each of the strings using two dimensional array...


cmultidimensional-arraycharnested-loopsc-strings

Read More
I am writing C function that convert lowercase char to upper case char with using ASCII but Output i...


cc-stringsuppercasestring-literalsfunction-definition

Read More
Printing an array of characters...


cc-strings

Read More
Calloc causes segmantation fault...


csegmentation-faultdynamic-memory-allocationc-stringscalloc

Read More
I'm having a problem with sending a char pointer to a function and assigning a value to it in C...


arraysccharprintfc-strings

Read More
Difference between " %[^\n]%*c" and " %[^\n]" for consecutive scanf in C...


cscanfwhitespacec-stringsconversion-specifier

Read More
BackNext