StackRating

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

John Bode

Rating
1491.22 (4,395,876th)
Reputation
87,841 (904th)
Page: 1 ... 5 6 7 8 9 ... 62
Title Δ
How does C manage stack with pointers? +2.34
Why is char not a single character? +0.16
Can't understand this way of accessing 2-dimensional array in C 0.00
Evaluation order in ternary operator with increments +1.44
what is the type of a pointer to dynamically allocated memory of po... +0.96
How is memory properly allocated? 0.00
incompatible types in assignment of 'char[10]' to 'char... -0.46
int array[10] = {1 , 2, 0, 3} . How can I find out that there are 4... -0.33
What's the meaning of some sort of custom binary file? -0.81
why is not possible to have static members in struct? -0.37
Problem in a code for CS50 CREDIT assignment +2.08
how to print with a while also using a scanf statement 0.00
Is there any way to find Dynamic memory size like sizeof facelity? -1.48
no big endian and little endian in string? +2.44
what is the differece between *p=var and p = var in pointers? -0.60
Why should we use a pointer to store an address in C? +0.52
what is the concept of evaluation of expression z = (y = 30) + (y =... 0.00
Different types and sizes for each row of a 2D array in C -1.41
What are the difference between the following two statements? ptr =... -0.25
How does this function call and definition line up? -1.62
what is the use of using the typedef and what does it signifies? -0.57
Function maintains internal state in C -1.68
Printf for hash 0.00
Problems in three dimension array in C +1.42
Beginners question - Why does C use * to declare a pointer and not... +0.43
map exe decompilation back to C language 0.00
possible? Typedef enum in C without members, add members in another... -0.97
Why is the first code different than second? +0.00
For or while loop for char and more in C +2.13
Which way is better to pass arrays as function arguments in C? -1.07
Why output of *(arr + k) != *(&arr + k) although both refereed... -0.33
What is the difference between these statements in C? -0.02
Problem when passing multidimensional array to a function in C +0.47
How do I take a variable sized string as input using only getchar w... +0.51
In Visual Studio Code, outputing a "Hello World" function... +0.46
Returning a pointer to a variable stored in the stack +0.92
lvalue required as increment operand - + unary operator -0.87
Assign a pointer by a pointer to multidimensional array in function -0.45
C: printf with typedef unsigned long long int 0.00
Why do string literals (char*) in C++ have to be constants? +2.11
How can I describe the difference between these two value passing s... 0.00
Passing pointer of a pointer in C +2.29
1023(int) store as 00 00 03 FF in memory, when casted to char* it b... -1.68
How to add product digits rather than products themselves in C? +0.26
error C2088: '+=': illegal for union on visual studio with c 0.00
Problem with global and local arrays in c++ +0.16
format specifies type 'int' but the argument has type '... +0.03
How are Variable Length Array instructions generated? +2.09
How can I fix the problem with gets() function in C? 0.00
How do I declare a variable length array and initialize it to zero? -1.91