StackRating

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

haccks

Rating
1562.22 (5,201st)
Reputation
88,275 (894th)
Page: 1 ... 14 15 16 17 18 ... 49
Title Δ
Switch statement code without a label 0.00
How does pointer to pointer to function (**ppf)() differ from point... +1.81
C structure as a data type +0.09
Why should labels in a case statement be constant? +0.63
Number of elements in float array in C -0.59
C Differentiating Between Pointer to Char and Pointer to Char Array -1.23
Basic integer assignment -1.48
How does this program duplicate itself? +2.07
What is the purpose of ";" at the end of for loop? +0.10
How to portably find out min(INT_MAX, abs(INT_MIN))? -1.62
Save increment in C -0.35
Structure not storing values and scanf failing -2.45
Memory layout of C struct with arrays -1.82
Passing a pointer to scanf() produces segmentation fault -0.51
Does this avoid UB -0.66
Given 2 int values, return True if one is negative and other is pos... -1.71
Does pow() work for int data type in C? +1.49
Python's lambda with no variables? -0.80
I want to know fuction return type in given code below.....and expl... +0.37
Issue reversing a list in python 3 -0.36
Parameters in for loop, missing first one? -0.37
Function declaration inside of function — why? +1.56
C - Type Name : Number? +0.29
What is the difference between declarations: void (*allocators[])(s... 0.00
Would the two following examples take up equal memory after compili... +1.02
What does %*c means? 0.00
Why is ptr = (int*)12 and *ptr = 42 bad programming in C? -0.52
Can I use values of array declared as local variable outside of its... +0.39
How to decipher complex pointer declarations in C? +1.32
C "if-else statement" drawback and the future of improvem... -1.26
C Array Declarations with Variables? +1.58
Execution time of different operators -2.79
C - how to store multiple strings in an array +0.98
What will happen if scanf() gets some character which doesn't m... -2.68
copy one string in to other using pointer produce Garbage values why? -0.63
logic applied to pointer to string array +1.63
Pointer to a pointer in C not working as expected +0.97
adding an integer to a char array in c +0.31
Why is it better to use pointers in a linked list? -1.72
different ways to initializing pointer in C -0.35
searching function in a linked list in C -2.38
How to check single line if else if else condition in Python +0.48
How to accept one input for first iteration? 0.00
Why the following code prints 1 as output? +1.09
What is the diference between these two declarations: +0.38
Passing matrix to function, C +0.29
Whenever I am executing the program, it is taking an undesired extr... +1.96
Accessing structs and void pointers +1.04
Sequence Point Warning clarification 0.00
How to get char* with unknown length in C? 0.00