Title |
Δ |
Passing an array as function argument without defining a variable
|
-1.58 |
Memory allocation from struct in 64 bit system
|
0.00 |
Compare two character arrays in C language
|
+0.39 |
Why does printing out an array of char result in random characters?
|
+1.00 |
How to properly iterate through a command-line argument to check if...
|
-1.31 |
Convert a number to its digits in C
|
0.00 |
trie data structure insert function is not working. Why?
|
-1.19 |
What is the difference between *++a and ++*b?
|
+0.41 |
C: using function to get input in different format
|
0.00 |
strsep() with char pointer gives segmentation fault in c
|
0.00 |
How to print the data vertically?
|
+0.24 |
Seg fault when printf is not used in a Struct context
|
0.00 |
Why gcc gives to me warnings?
|
0.00 |
Segmentation fault in inititalizing a binary search tree after seco...
|
+0.66 |
After I verify number of digits is equal to 5,I want back unchanged...
|
0.00 |
How do I fill an array with natural numbers in c?
|
-0.20 |
Is else...if statement in C equals to else { if }?
|
+1.13 |
Why no index out of bound in this C code?
|
-0.31 |
How to print a symbol `n` times using a `for` loop, in C?
|
-1.39 |
C declare an array for a struct inside a struct
|
0.00 |
declare and initialize an array of pointers to function in 2 lines...
|
-0.73 |
How to ask for infinite user inputs in C?
|
0.00 |
Can some one pls help me the below function is returning with junk...
|
0.00 |
"Invalid type argument of unary '*' " error
|
+1.84 |
make my struct instance 'translate' certain numbers into ce...
|
0.00 |
Breakpoint triggered when freeing a pointer
|
0.00 |
How to copy mac-address string in the structure member of type uin8_t
|
0.00 |
pointers and weird fgets behaviour
|
+0.87 |
How to ignore certain parameters in argv?
|
0.00 |
Getting a segmentation fault error on an Open Addressing Hash Map?
|
0.00 |
How do I correctly create a copy of an array in C or set a referenc...
|
-2.04 |
How to show only folders that have folders in it?
|
0.00 |
Converting UnsafeMutablePointer to an Array gives wrong value
|
0.00 |
read a binary in (c) file containing different structs, which have...
|
0.00 |
stat() giving wrong information
|
-1.71 |
Not getting the expected output in strings
|
+0.36 |
Generating fibonacci number is C
|
0.00 |
Segmentation Fault while reading multiple lines from a text file ch...
|
0.00 |
I'm confused on why this Linked List implementation works
|
+0.93 |
How to correctly manage output of strtok_r?
|
0.00 |
Why is this output?
|
0.00 |
alphabet to morse (array method) code C language
|
0.00 |
Using pointers to reverse a String
|
-0.41 |
Dereferencing NULL pointer 'head' ,'tail
|
0.00 |
fread is not starting at the beginning of the file
|
0.00 |
Heap corruption detected in C++ after removing strings
|
-0.09 |
C : How to send an int type variable to an array of char?
|
0.00 |
Bus error in C that gets removed when I add a printf statement
|
0.00 |
int &b = ++a; // this line works fine int &c = a++; // resu...
|
+0.43 |
What should I add in order to iterate the loop to print as "1-...
|
+1.99 |