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 ... 41 42 43 44 45 ... 82
Title Δ
Problems met with malloc(strlen(char*)+1) 0.00
Having C wait for a finite amount of time for a user input before m... +0.17
How to ensure enum and array have same entries at compile? +2.24
can you explain the frequency array logic in this example? +0.58
Nested loop efficiency in c +0.75
Can you explain me the output of following C code? -0.03
ATmega32 SRAM and EEPROM difference +0.41
Is switch case faster if using smaller numbers? +0.35
Query regarding Misra rule 11.6 (MISRA C:2012) +0.41
Portable BIT macro in C +1.07
Scanf Segfaults Outside of main() +0.41
C - Should I return a result in a function or save it in a variable... -0.32
Is there any way I can copy values into a specific string position... +0.71
How does CANopen client communicate with Modbus slave through CANop... 0.00
When exactly is stack allocated -1.16
Segmentation fault in matrix in C +2.38
C - Scanning a dynamic 2D array of chars and allocation 0.00
RAM optimization in C : stack or global variable? 0.00
malloc return value as while condition -0.82
printing an array of strings using pointers only in C -1.16
Passing `int (*)(char const*)` where `int (*)(char*)` is expected +0.36
I can not run a c program +0.41
Define data type of enum in C for memory +1.66
How to assign a void** array (return value of a function) to a vari... +1.86
C char array, pointers, malloc, free +0.49
C Programming: parameter has incomplete type error 0.00
Store function address into global variable +1.03
Best way to allocate memory to a two-dimensional array in C? +1.28
Use case of function pointers in c +1.73
How to Initialize a Const Structure in C - To Avoid QAC warnings 0.00
When should I use UINT32_C(), INT32_C(),... macros in C? +1.64
Remove thousand separator C-programming -0.98
Buffer Overflows 0.00
error: 'strdup' was not declared in this scope 0.00
What does int A[]={} mean in C? +0.72
Can a struct be smaller than the sum of its components? +0.77
Pointer difference between 2 int pointers -0.65
Copy 2d int array to double pointer in C +1.65
C Mysterious Overflow -1.65
Ambiguous behaviour of .bss segment in C program -2.18
Why is 0XAA an unsigned int and not an int? 0.00
A faster way to get a value based on condition then ternary operator? +0.18
How can i add blank space inside printf in c programming? 0.00
Why write 1,000,000,000 as 1000*1000*1000 in C? -1.81
Purpose of subsequent use of OR and AND compound assignment operato... -0.80
Optimising "i = b ? (i | mask) : (i & ~mask)" -1.56
What's the meaning of this part of code? -0.98
Would this be a valid C I/O library? 0.00
Multiple logical operator || (OR) conditions in for loop in C -0.21
c loop through struct array in reverse -0.70