StackRating

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

md5

Rating
1586.32 (2,550th)
Reputation
19,932 (6,849th)
Page: 1 2 3 4 ... 11
Title Δ
Is structure definition inside another structure allowed in c? +0.79
sum (adding 2 numbers ) without plus operator +0.85
array of string pointers in C +0.91
what is the default value after malloc in c? +0.29
char pointer as function parameter +1.08
My char pointer points to invalid value after being cast from int* -0.22
asprintf - when to use free()? -0.66
convert int to char without using ASCII +1.75
Why sizeof(array) and sizeof(&array[0]) gives different results? +1.31
Why do I mysteriously segfault when writing to file? -0.98
spoj factorial (time limit exceeded error). How can i improve my so... -0.87
Remove first character in char* -0.02
2D matrix memory writing fail +1.43
what does v[2] means in terms of structure in c? +0.29
Is #ifdef MACRO equivalent to a comment +1.10
Printing int variables with float format specifier 0.00
Wrong output in searching a linked list +0.37
Can memory be freed if its pointer has changed type? -0.10
what is difference between malloc and allocate +0.72
Get the size of data and code regions for a binary file +0.40
Are there any guarantees on the representation of large enum values? +1.34
error: conflicting types for 'removeSpaces' -0.35
Detect 64-bits in C using size_t +0.07
How to get range like this in an array using C/C++? -0.02
Struct X in Struct X? +0.39
Why does MinGW define Win API functions as macro? +1.81
Is a variable defined with "char *" a pointer or a variab... +1.50
Can I store a formatted string like in printf? 0.00
Can't print strings using a pipe 0.00
How is a conditional implemented in C/C++? +0.81
Cutting a string in C with specified character +0.47
arrays elements and pointer references to them -1.52
Binary tree - print leaf-to-leaf path [C] +0.38
Printing the set of all words in an alphabet in C -1.29
Printing a value makes the program work? 0.00
Why is absence of array index in "extern char name[]" not... -2.31
C Read and replace char -0.32
How can i view assembly code produced for C functions? -0.55
Is "const int x = get();" legal in C?Can we assign a func... -0.17
C : Modulus operator on unsigned int gives unexpected output +1.79
Accessing struct array elements +0.40
Literal array in C +0.40
C: Use 8 bits of char for a full int +1.11
-ansi -pedantic 64 bits length integers in C 0.00
What is the time complexity of array initialization? +1.73
Are wchar_t and multibyte functions part of ANSI C? -2.08
Check if the first element of an array is a digit in C +0.66
NULL values in comparison expression +0.55
In C does the logical operator end if one side of a || is true? +0.12
char** vs char* c[] for accessing a string array -0.05