CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
c-strings
09-14
Software design
The aim of this program is to remove all vowels from an input. The function is working fine until I
09-12
Back-end
My algorithm for replacing characters in string is not working
09-11
Net
Put an array in the end of another array C
09-10
Mobile
string splitter in C - how is it working?
09-10
Back-end
How to use a stack(array) for strings instead of characters or integers in c?
09-05
database
C weird printf behavior
09-03
database
Reverse line function in C works unpredictably
09-02
Back-end
Why are C-strings (char arrays) getting merged together or printing erroneously sometimes in C?
09-02
Software engineering
why does strcat not work inside function?
08-31
Net
pass char to function
08-28
Mobile
Convert lowercase to uppercase and vice-versa c programm
08-27
Software design
substitution of one letter for another cipher key
08-24
OS
(cs50)not getting output for the given code. can anyone please check this out?
08-22
front end
comparing characters of a string with constant characters doesn't work
08-17
Back-end
How to remove first character from const char* in C language code
08-13
database
Replicating the strcmp() function from string.h library
08-12
Blockchain
Add const char and char in c
08-11
Mobile
Insert a string into a sorted linked list of strings in C
08-10
Net
Can't dereference a char* array passed through a function
08-09
database
passing string with pointer through function c
08-08
OS
Why am I getting a segmentation fault? C, basic code
08-08
Software engineering
Invalid write,read when allocating memory in c
08-07
Net
C: Size of array changes scanf
08-07
Net
C: outputs the total number of times the first word occurs
08-06
Net
scanf() not writing to 2d char array
08-02
Back-end
I am trying to solve a problem where I encrypt a text and I am doing that fine, but I am getting the
08-01
OS
C programming - fgets invoked out of order in while loop
08-01
OS
lvalue required as left operand of assignment - What causes this error and how to fix it?
07-29
Mobile
C Programme has stopped working while uppercase the Word
07-27
Blockchain
What's causing a segmentation fault in my code and what I should do to fix it?
07-26
Software engineering
C strings - Do pointers to signed char vs unsigned char make a difference when working with strings?
07-25
database
Same output when printing out a tree in C
07-25
database
C string and char* difference in example
07-23
Software design
C printf prints an array that I didn't ask for
07-23
Enterprise
String Unexpected Behavior in C
07-22
Back-end
Same output when printing out a tree in C11
07-21
database
what does it mean to have these kind of errors in C?
07-19
Mobile
Replace a word in string
07-16
Enterprise
Why is message[i] returning an uninitialized value in this string?
07-16
Net
Retrieve CString file path from XML file
263
1
2
3
4
5
6
7
Next
Last
Links:
CodePudding