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 ... 10 11 12 13 14 ... 62
Title Δ
What's the difference between printf and printf_s in C? -2.10
How to count comparisons in selectionsort? -0.28
Pointer initialization and two pointers pointing to the same address -1.15
What does the 2nd argument in strtoul() function do? -0.51
Is it normal for some C expressions allowed in its grammar, not to... -1.29
What is allocated in memory when arrays aren't fully filled? (... -0.53
How to return a character array based on a character passed to the... +0.67
What is the best way to parse a string into a null terminated array? -1.82
Why ";" is not used for i++ in a for loop. Doesn't ev... +0.53
Is there any problem with my usage of printf function? -0.52
When to use %d and %f in C? +0.48
in C: Is void* a type? +0.85
Typedef function and is it useful? -1.17
How to create struct with dynamically sized array in it in C +0.09
How a float number can store a number greater than 256? -0.02
C programming array of characters or string as function parameter -0.56
What are the reasons for the decisions behind implementing strings... -1.78
Differentiating various declarations in C -0.74
Is Static Dynamic Memory automatically free'd at the end of a P... 0.00
printing pointer value NULL +0.47
In C program, I am having trouble tracing a code that produces roma... 0.00
What does "(datatype) (*ptrname) (datatype)" mean? +0.49
Why does C correctly output an integer when I only allocate 1 byte... -0.04
Declaring all variables as pointers vs. using address operators in C -1.07
change #define value based on user input -0.09
What asterisk position means in C functions building? -0.46
What does it mean the following C statement? ((int*) & var) +1.59
differences in C: *source++, (*source)++, *(source)++ +0.76
How does int a=65; printf("%c", a); work in c language in... +1.34
Usage of EOF in C +0.47
Pointer to an array vs normal pointer difference +0.70
printf performance: Better to use "%d" or "%c"... +2.32
Printing type-cast types in C +2.32
How can I understand the concept of pointers (*) and address-of (&a... -0.48
Is accessing global variable using macro advisable? +0.03
Why is scanf failing to read inputs correctly? -1.99
Why basic arithmetic operators don't need math.h library -0.47
Passing value by pointer to function. Shall we create copy of varia... -0.51
How to understand the behavior of back to back operators? 0.00
Why is an addition of a float and int results a float? +0.15
When should a function return what? -0.68
Is it possible to define a pointer without a temp/aux variable? (Or... +0.46
Why isn't the variable being incremented? -1.04
Does C always have to use pointers to handle addresses? +1.62
Is there any way I can use #define directives to define printf func... +2.31
How are 2d Array and pointers related? +1.54
How to store a double in a void * in C +0.50
I am strugling to visualize the pointers to the variables, accordin... -0.51
How to justify C postfix increment operator with precedence table? +0.12
How to use this defined type in C? +1.62