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 ... 15 16 17 18 19 ... 49
Title Δ
Printf with strings as arguments -0.21
What is the meaning of char *in_str after function parameters and b... 0.00
length of a 2-D char array in a function -1.74
why is this C code giving value as 0? +0.23
C programing , to generate a float between two whole numbers -0.10
Is there a difference between an ISR and an interrupt handler? 0.00
Not understanding how the bitwise unary inversion ' ~ ' ope... -0.10
Why is a=4 evaluated as true but b=0 evaluated as false in an if co... +1.59
calculating the size of structure +1.78
passing a string to a function using character pointer +1.34
passing an array to a function formal parameter -1.36
Bool: Direct assignment or conditional? 0.00
C what is this line of code doing? Is it casting? +1.82
C - get character issue -1.30
Reverse a Python string without omitting start and end slice +1.39
C Char Array Define Length Using Variable Not Working -0.56
What is the difference between the address stored and displayed in... -0.29
error: request for member 'next' in something not a structu... -0.84
How to get substring of char* -0.84
Passing two dimensional array of strings to function? 0.00
Why static variable needs to be explicitly defined? +0.11
comma separated assignment to an integer variable n c +1.77
Pop function not working in stack -0.60
Does the following C/C++ code invoke undefined behavior? -2.36
Left shift << of float variables +2.29
initialized the value of a pointer in declaring process 0.00
What does this expression: void* (*fct)(void*(*)(void*), void*)? +1.49
Difference between (int*) calloc and just calloc? 0.00
How does this code actually work? 0.00
Initializing pointers during declaration in c -1.03
Why is the operator precedence not followed here? +0.88
compiler warnings mixing long long int and int in printf +1.86
why cannot pass an array created inside a function to a pointer? +1.86
Memmove in same pointer for deleting multiple whitespaces C -0.33
How %a conversion work in printf statement? +0.40
Impossible to print a long long integer in C +0.44
Cannot assign a string to an array +1.55
Initialization and assignment in c +1.19
Should the pointer being passed to free() point to the start of the... -2.14
What does `return x ? : 1` mean in C language? +1.90
Is there any way to make the following statement valid in C? +1.80
Pointer of a struct with vector - Segmentation Fault -2.20
How to create an array when the size of the array is unknown +0.42
Why the value of x and y is 1 +1.09
What does the "int j = (strlen) (str)" means? -1.69
Multitude of struct errors 0.00
Passing a pointer to a 3D array with a defined size +1.66
Printing elements of a linked list containing void* -0.17
c pointer for struct causes segment fault while doing -1.25
C conditional increment +0.16