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 2 3 4 5 6 7 ... 62
Title Δ
Uninitialized pointer in C is surprisingly working in MinGW +2.06
Trying to print structure variable without dot operator -0.90
Why do we only include header files but not source files? -1.00
How can i fix this " expected expression before ']' &q... +2.52
C- void pointers -1.28
Can arrays store multiple values in a single index in C? 0.00
Casting pointer syntax (to an array address like a smaller sized ar... +2.87
Pass by reference or value for 2D pointer array -0.96
What if I replace all the %X to %p in printf method +0.93
A way to efficiently parse function pointer declaration syntax +0.75
What is a node in C? -0.15
Weird characters at the end of char array C 0.00
Is sizeof(long) == sizeof(void*)? -1.10
How to print null terminating character \0 for a pointer -1.53
Printing the values of multidimensional arrays -0.49
How to access second member of struct via pointer? +0.86
Should I pass an int array to a function by reference? 0.00
Why Struct name is not a pointer in C? +1.15
Is it possible to define any size array in a C function call? -0.42
How to use calloc? +2.02
How is a string declared as a parameter to a function in c? +1.04
C Programming: Why printf Format Specifier %s Is Invalid For The Nu... -1.37
How To Invoke Variables To Specify Format Of printf In C Programming -0.71
typedef - Typedef without curly braces -0.27
malloc function return pointer to an array right? +0.83
How to printf a vector in C -1.32
Meaning of references, address-of, dereference and pointer -0.70
How to join characters? +0.88
What are the advantages of command line arguments in C? -0.47
Const data modification in C -2.06
What's wrong with my code? CS50 Pset2: Readability 0.00
Is It Possible to Limit a Datatype Range in C 0.00
Difference between using enum and int variables in C -1.54
How do i match a username with password in c? -0.65
Is malloc dynamic memory allocation? +0.18
Where does a function declared in .h file find the its definition? +2.35
C warning: parameter names (without types) in function declaration +0.01
How does recursion work on traversing through a binary tree, and co... 0.00
Simple but specific array compiling error (C) -0.41
void pointer, and re casting to required type -0.51
What can I use for taking integer input instead of scanf in C? -0.54
Does null pointer in a struct occupy more memory than no pointer at... +0.19
Handle variable string arrays inside a struct (C) 0.00
Why would I use a data structure(e.g. hash table) instead of an arr... +1.70
C : Function Declaration -0.24
What is the difference between using *x and int x? +2.67
What is the greatest number of unique keywords you can add to a var... -1.76
Why I need different declarations for **ptr and *ptr[]? -0.35
When and how are VLAs evaluated in sizeof expressions? +1.25
I did not understand how to use chars in switches +0.15