Title |
Δ |
Most efficient way to initialise variables in C
|
-1.96 |
GDB C how to print VLA entries (dynamic array)
|
-0.37 |
How to link the cs50 C library in gcc on windows
|
-2.92 |
I am having issues with the get_string function
|
-0.67 |
Is it possible to find the datatype of a variable in C?
|
-0.18 |
Do we need to use lock for multi-threaded x32 system for just readi...
|
+0.43 |
Changing from system() to exec(), does it speed up my code?
|
+1.44 |
Different behaviour of scanset in following C code
|
-1.85 |
Extra bits added in bitfield struct in C
|
-1.98 |
Encoding an array of strings into a single string
|
0.00 |
Difference between printf("%c",*(*(ptr+i)+x)) and printf(...
|
-0.95 |
Size of int, short, long, long long?
|
+1.62 |
Casting an address of subroutine into void pointer
|
-0.86 |
Joining multiple lists in a single row, without brackets or quotati...
|
-1.42 |
I have a question about virtual memory, does it actually include va...
|
-0.41 |
How can I see the value of a variable that is inside a class during...
|
0.00 |
C string using index or pointer to copy characters
|
-0.58 |
Why is select(2) called "synchronous" multiplexing?
|
+1.94 |
Is there a way to compile and execute dynamically generated code in...
|
-2.09 |
(Conditional?) creation of local variables in function
|
0.00 |
Giving read() a start position
|
-1.61 |
Longest portable unsigned integer type
|
+1.49 |
Can integer division in C/C++ run into loss of precision issues?
|
-2.30 |
How to return value from C function to Java caller?
|
0.00 |
fpic and O3 optimization flags
|
+0.32 |
What does something like int *array[99] = {0}, *u do?
|
-2.10 |
Which C standard header file defines NULL character?
|
+0.42 |
Converting a structure containing floats into something more networ...
|
+1.14 |
Why value of variable c in (c=c==c) is 2 instead of 1,in C programm...
|
-2.41 |
bitwise operation left shift in msvc is diffrent from linux gcc?
|
0.00 |
Why is the return type for ftell not fpos_t?
|
+1.47 |
A cause of MSB6006 "CL.exe" exited with code 2 in VS 2019
|
+0.07 |
How to find all assignment expressions of a certain type
|
0.00 |
Freeing an array of dynamically allocated pointers
|
-0.77 |
When do we declare a pointer of an ADT in C and why?
|
+1.87 |
C _Generic default return argument
|
0.00 |
example with iteration of git notes
|
0.00 |
Is the difference between the addresses of a function's paramet...
|
-2.27 |
higher page reclaims when using munmap
|
0.00 |
Two types in the same dynamic allocation
|
0.00 |
C's scanf function. If a width modifier is use, Eg: %5d. How to...
|
+2.29 |
How does readdir return a pointer to information for the NEXT file?
|
0.00 |
Trying to understand signed integer conversion rule from the standard
|
-1.97 |
How to free memory allocated by thread-function in the main
|
-0.17 |
Does the ISO 9899 standard has reserved any use of the _t suffix fo...
|
-1.68 |
__attribute__((pure)) applied to void function
|
-1.67 |
What does ++cc[c] do in The C Programming Language(Second Edition)...
|
0.00 |
Have C Start Python Interpreter under a USC-2
|
0.00 |
Diff between uint16_t and uint32_t
|
+1.24 |
Can you dynamically compile and link/load C code into a C program?
|
-0.45 |