List Question
20 TechQA 2022-12-10T20:42:57.987000Can't fix heap-buffer-overflow error on my C code
105 views
Asked by Tomas Pinausig
Returning Unique Character Array (Unique String) from User Input
200 views
Asked by ArbIn
return ((char *)&s[i]); What & means in this statement?
129 views
Asked by galhog
Why is there an error that the pointer is always null or true depending on the if statement wording?
141 views
Asked by Sarah Cohen
What does the: = '-'; or ='/' means in strchr(I know it does locate work and strrchr of last occurence)?
102 views
Asked by Eronsee
Why my returned value of strchr is ignored?
213 views
Asked by chr
Trying to sort for the nth word in an array
90 views
Asked by Carlsen
Make own strchr() function but case-insensitive
597 views
Asked by TheLuckyGuy
Having some confusion with pointers
170 views
Asked by Cm1602
Return a pointer at a specific position - Assembly
498 views
Asked by Vroxy
How to define "strchr(s,oldch)" in function definition in c program?
169 views
Asked by shaila
Find absolute path in linux using strchr
157 views
Asked by Pedro Gómez
How to connect a string with the appropriate integer after sorting?
79 views
Asked by Ilija Vurbić
How to check a if a string contains a letter in c?
514 views
Asked by Juhász Koppány
Shortening a function that counts the number of unique chars in a 2D array
111 views
Asked by Davospike
Can't figure out how strchr works in C
243 views
Asked by Charles Morin
Can't understand the usage of strchr to get the position of a charcter in a string in C
393 views
Asked by soldier captain
How to resolve 'munmap_chunk(): invalid pointer Aborted' when using strchr
642 views
Asked by Calmen Chia
Why is my strchr not looping? I want it to output the number for however many times it sees '.' or ' !' or '?'
88 views
Asked by AudioBubble