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 ... 27 28 29 30 31 ... 62
Title Δ
Just cannot understand pointers -1.00
Address-of operator with and without parentheses -0.72
The code is working properly on gcc compiler but when I submitted i... 0.00
Error C2050 switch expression not integral +1.32
How to make printf function print the output on a file instead of c... +2.28
SQL Statement in ODBC -2.19
How do I make my "Main" function execute in the correct o... -1.12
Malloc-Dynamic memory allocation +2.33
C: I can't change my struct but the error is: must use 'str... +0.52
Side effects, sequence points and undefined behaviour 0.00
what is difference between normal pointer & self referential po... +2.19
Difference between array and &array[0] +1.09
C compile error Variable-sized object may not be initialized with c... 0.00
Is it required that a C Variable Length Array is allocated from the... +2.35
Does nth index of n sized C array contain size of it? +0.15
Conversion Fahrenheit to Celsius using class c 0.00
Calling free on a pointer to an extern variable in C -0.55
Using a member of typedef enum is this possible? -1.82
C Programming while loops +0.11
Understanding null pointers in C -1.83
unexpected output with comma operator -0.28
Count Sentence Character -0.14
I don't understand the difference between a char array and a ch... -2.01
C Programming increment & decrement +1.15
Segmentation fault (11) when using malloc inside a function to form... -1.57
If Else in a While Loop -0.13
What is the output of the program with reason? +0.53
How to pass size_t parameter to function by reference and get the r... +0.51
Pointer arithmetic and 2-D array in c? -1.28
C program won't compile despite using proper specifier? +0.31
How to initialize a 3D contiguous array in C +0.20
Cannot understand the meaning of two lines in C -0.16
C Preprocessor #define What type is the declared variable? +0.25
Expected expression before ‘char’ in C +0.82
Is it a good idea to put srand() in the header file? +1.72
Code crashes after call to scanf -0.33
Every time I enter a word, the amount of letters in the word will p... +0.01
Integer return types in Java -0.59
Difference between lifetimes of variables created on stack and heap? +2.11
How to print all the contents in enum in C? -0.04
C argv[2]++ vs (char*)argv[2]++? -1.25
While loop is stuck in infinite loop and I don't know why +0.51
Add ASCII comments to a C binary? -0.88
Why I can only pass the first index of my Array? +0.53
implicit declaration of function 'enterChar' [-Wimplicit-fu... -0.67
While("abc"); causes an error in java and it does not cau... -0.32
error: incompatible types when assigning to type ‘char[12][12]’ fro... 0.00
Confusion about float data type declaration in C++ -0.72
What is the benefit to allocate memory for a member of struct alrea... +2.27
what happens if we input a character in a switch case where an inte... +2.30