| Title |
Δ |
| Portable plain C function for extracting filename from path
|
0.00 |
| What is the difference between arr and *arr?
|
-0.21 |
| Is it OK to force the size of a bool to 1 in a C struct?
|
+0.46 |
| What does pointer do inside loop when initialized again and again?
|
-2.29 |
| Is "a += a" an undifined behaviour such as "i = i++&...
|
0.00 |
| In javascript, whether Bitwise OR use iee-754 as storage format dur...
|
0.00 |
| Need some explanation about malloc
|
-1.87 |
| Pre-Standard C Function Header Syntax After Explicit Forward-Declar...
|
+1.48 |
| Not understanding the function of static int in C
|
+1.23 |
| creating a cache efficient version of a loop
|
0.00 |
| Is there a difference between memory layout of struct _node* next;...
|
0.00 |
| Problem with Taylor Series implementation of logarithm
|
0.00 |
| Else statement returning wrong result in strcmp (comparing hash val...
|
0.00 |
| Numerical accuracy of pow(a/b,x) vs pow(b/a,-x)
|
+0.11 |
| printf("%2d") in C programming
|
-0.98 |
| Is it normal for some C expressions allowed in its grammar, not to...
|
+1.29 |
| Query on C typedef struct
|
-1.78 |
| This code show error. Could you teach me what is the error is and h...
|
0.00 |
| Why can't I access an array allocated inside a thread after thi...
|
0.00 |
| Writing a c program that reads from stdin and prints to stdout with...
|
+0.31 |
| How can I define two structs, each one used in the second one ? C l...
|
+0.27 |
| Optimization allowed on volatile objects
|
-1.02 |
| why floor, ceil implementation return x + x when x is NaN or inf?
|
+0.88 |
| Is there a way to route processes better?
|
0.00 |
| CS50 Vigènere problem. Out of bounds access, undefined behavior
|
0.00 |
| How can I find why my merge sorting algorithm crash when sorting an...
|
+0.21 |
| Leaving switch in while(1)
|
+0.43 |
| Why my C code is giving me "segmentation fault" error whe...
|
-0.70 |
| arm compiler 5 do not fully respect volatile qualifier
|
-2.28 |
| Does int main() need a declaration on C++?
|
+1.41 |
| Program cannot calculate the root for a quadratic equation
|
-2.45 |
| Turn int to IEEE 754, extract exponent, and add 1 to exponent
|
+0.80 |
| Why is the program giving me warning,incompatible declaration of bu...
|
0.00 |
| How do you implement the inverse of bit shift operations in C?
|
+1.78 |
| When space (or parentheses) are required in C during compilation?
|
+0.30 |
| How to write an algorithm to check if a list of coordinates are ...
|
0.00 |
| CABAC encoding - decimal to binary
|
0.00 |
| How to type-pun in C
|
-1.50 |
| what does a "warning: type defaults to ‘int’" function ac...
|
0.00 |
| Function without prototype called with non-compatible type
|
0.00 |
| Does double z=x-y guarantee that z+y==x for IEEE 754 floating point?
|
+1.83 |
| function pointer and memory adress in C
|
+1.36 |
| is assigning two doubles guaranteed to yield the same bitset patter...
|
-2.28 |
| Two functions execution at the same time
|
+0.88 |
| What to pass for %c in printf() if we want to print nothing at that...
|
+0.94 |
| Why doesnt my float function work as intended?
|
+0.31 |
| Using multiple structures of the same type within a union
|
0.00 |
| Floating point number in JavaScript (IEEE 754)
|
+1.61 |
| What should the maximum difference be between a float and a 16 bit...
|
0.00 |
| why float and double does not identify 0 in decimal places
|
0.00 |