StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Lundin

Rating
1559.33 (5,730th)
Reputation
120,052 (545th)
Page: 1 ... 42 43 44 45 46 ... 82
Title Δ
How can I understand int *a[5][5]? +1.17
Segmentation fault accessing array member inside a function using d... 0.00
C - Segmentation fault with pointer to array -0.16
How to index arrays using pointers safely -2.44
Misra warning for include guard 0.00
Ways to pass 2D Array to function in C -0.73
shifting a negative signed value is undefined -0.24
Why for(int i=0; i<10; ++i) and for(int i=0; i<10; i++) retur... -0.45
How int is converted to char and how char is converted to int? +1.11
How do I write Rust code that places globals / statics in a populat... 0.00
Two different ways of passing an array by reference. Which one is m... 0.00
C program cannot show the output -0.45
freeing multidimensional array C -0.67
Creating a statically allocated array from two other arrays +0.01
Can I hint the optimizer by giving the range of an integer? +1.13
16-bit two's complement number 0.00
Compare content 2D pointers C +1.81
How does format specifiers work internally? +1.38
Speed up blinking leds after 2 seconds -0.14
Why is the pointer not de-referenced in the function max? -0.13
String problems with Turbo C++ +1.36
MISRA warning 12.4: integer conversion resulted in truncation (nega... +0.38
How to suppress the compiler warning on unused variable in C? -1.49
Test for all bit fileds in C at once +1.63
Designated Initializers with heap objects -0.99
Is 2's complement representation also used on positive numbers? +0.94
Can I use bitwise operators instead of logical ones? -0.45
Error while executing free() saying "glibc detected double fre... +0.82
C is there a workaround to allow dynamic function calls? +0.19
How does operator precedence actually work in this program? -0.32
Flexible Array Member to access union raw bytes +2.26
Why does adding a space between two strings concat the strings in c? 0.00
How to give size of a structure array member in c at runtime +0.42
Why does enclosing increment operator in parentheses not make a dif... +0.45
For versus while versus do loop statements +0.17
C array error: variable-sized object may not be initialized 0.00
Global variable in C with non-specific type -1.65
C realloc array of struct with struct containing different array si... 0.00
Dividing with/without using floats in C +0.85
Besides saving space, any other particular advantages of using unio... +0.42
reading&input data to 2d char array, and printf. in c -1.52
In C, how would I choose whether to return a struct or a pointer to... +0.30
serialize ints to big endian for storage +0.16
Returning a string properly in C, multiple times +1.44
Error: incompatible types when assigning to and returning to type 0.00
Is it possible to implement GNU C's typeof(x) with C11's _G... +0.66
difference between "\0" and '\0' -0.84
Are function pointers thread safe? -0.44
Performance of Java's for loop vs C's for loop +0.30
Mixing declarations with extern, static and no storage specifier in... -2.26