StackRating

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

user2736738

Rating
1610.39 (1,387th)
Reputation
27,422 (4,604th)
Page: 1 2 3 4 5 ... 24
Title Δ
Loop not triggering on structure array testing 0.00
Trying to change the pointer stops the program from execution 0.00
Why do we consider time complexity as O(Logn) if the loop variables... 0.00
scanf not reading input after some spaces 0.00
Strange properties of int +1.00
Shouldn't it be impossible to point directly to text in C? -1.20
Assign string to pointer in struct - Linked list C +1.43
warning: array subscript is above array bounds [-Warray-bounds] whe... 0.00
Is the behaviour of if(++i) ++i defined? +2.19
Finding one array in another Array 0.00
What's a modern term for "array/pointer equivalence"? +0.58
Arrays of struct in c 0.00
C pointer to an array of string and array name disambiguation +1.68
Annotate functions with macros +1.64
Using Bitwise Operators to get Bit Values in C +0.85
Two variables in global namespace, same name allowed, how? +1.39
taking input of large no in c +1.67
Pointer to struct ,is this even a pointer to struct? 0.00
Are arrays in C a syntactic sugar for pointers? +0.91
Difficulty with array - seg fault after just 2 assignments -1.29
What is the importance of passing pointer in the function? 0.00
Handling of %s by printf function in C 0.00
expected ‘int *’ but argument is of type ‘int (*)[(long unsigned in... +0.40
C program crashes when accessing next element in array of struct 0.00
Why does this while-loop in C not work? +0.95
how to determine length of the array using its pointer? 0.00
Structure null character(\0) issue with strings in C programming La... 0.00
A function with undefined argument numbers which call printf() 0.00
Array index out of bound error not happening,even though index is o... +0.35
memcpy and shared memory struct 0.00
Creating 2 Random Matrices in C using malloc and pointers 0.00
Valgrind Use of unitialized value and Invalid read +0.37
C const pointer to const struct array as function argument +0.38
Changing the values of array by the distance of the indexes (c) 0.00
Is 1[&array] a proper replacement for &array[sizeof(array)/... +0.78
#include <string.h> -> Abort trap: 6? -0.43
Segmentation fault, scanf +1.57
is the order of parameters to calloc() important? 0.00
Confusion about array being "zeroed out" -0.23
C - dynamic matrix allocation: something doesn't make sense to me +0.45
Difference between int* ptr and int(* arr)[3] =&a -1.22
c - Trouble with scanf 0.00
Incompatible types when assigning to type char[32] from type 'c... +0.58
169-algorithm in C language 0.00
Static variable storage location 0.00
I want to use one switch case instead of two switch cases 0.00
Euler3: Floating point exception core dumped +0.37
C programming: Freeing nested multidimensional arrays inside structs 0.00
Program compiles error-free, however crashes while running -1.48
Is this explicit heap or stack dynamic? -1.53