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 ... 30 31 32 33 34 ... 49
Title Δ
If statement without equality, what does that mean? (c) -0.06
Lvalue required error in array -0.68
Is it safe to `free()` memory allocated by `new`? -1.56
Clarification of char pointers in C +0.23
Get length of array passed into a function in C +0.80
Why is char*p[10] considered char** p by the compiler? -0.18
Finding Determinant of a matrix in C -0.12
What is the difference between Global and File Scope? -0.47
How can I read only one character and ignore the others if the user... +0.47
How to print entered string using for loop? -0.23
Function header clarification 0.00
Making elements of array to zero in just 1 statement? -2.70
size of array of pointers to strings? +0.24
Handling an array of pointers -1.39
Weird character appears when Inversing string in C -0.19
What's the logic to execute both if and else condition at the same... +1.16
Good follow-up to Kernighan and Ritchie's "C Programming Langu... 0.00
Matrix Multiplication - Simple and Short 0.00
passing a pointer to a statically allocated matrix into a function... -0.55
C Function and Variable Scope from K&R +1.36
Arithmetic for loop through arrays of pointers -0.30
matrix multiplication as column major -1.91
Why is flattening a multidimensional array in C illegal? -1.56
Why won't this C program print the unsigned int? +2.16
To get integer from string -0.87
How to sort an int array in linear time? -1.05
If statement not working in C -0.47
What is wrong with this very simple C program that uses strings? -0.25
Different output in C and C++ with sizeof operator -1.17
how to use the character array to identify a string +0.47
Changing the memory location of constant pointer -0.38
"assignment makes integer from pointer without a cast" in c +0.57
compile error on array? -0.07
Too many Initialization error -0.18
why can't we declare functions inside a structure? +0.37
C Student Assignment, ‘%f’ expects argument of type ‘float *’, but... -0.05
Need to write the contents of the function 0.00
Bitoperation results not as expected -0.30
Need to write a cast operator +0.22
K&R C Counting Characters +0.31
how to give base address of 2d array to pointers -0.61
GCC: suggest parentheses around comparison parentheses not able to... +0.42
C programming and calculation +0.56
Keep getting this compiling error 0.00
char* p = "hello"; printf(" %c %c %c %c", *p, *... +0.32
C++ if statement +0.20
Is there a difference between using a[i] and *(a + i)? -0.49
Recursion function in C -1.18
Why can i declare an array with a predestined size on gcc but not o... -1.53
Simple C code snippets -0.66