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 ... 4 5 6 7 8 ... 62
Title Δ
How do I define struct pointers and non-pointers (. and ->)? -0.72
Different compilers showing different results for sizeof() operator 0.00
How does C compiler declare array when there are fewer initializers... 0.00
Is it better to keep functions in header files or source files 0.00
Why we don't need to de-reference pointer value in case of mall... 0.00
How pointers in C/C++ actually store addresses? 0.00
What exactly is "memory" in C Programming? 0.00
What is the default value of Register in C 0.00
How to make a dynamic string? 0.00
Why is array size accessible but dynamically allocated memory size... 0.00
C alocate memory using malloc 0.00
Can anyone explain why the outputs are different in C and Java? 0.00
Why can't I assign an array to another array in C 0.00
Why format specifier %d or %i does not work for a double variable b... 0.00
Why is this initialization of a structure with a flexible array mem... 0.00
Parameter passing in functions in C language? +1.10
Why when I input a specific number, I get a completely different one? -0.24
why is int ** x not the same as int x[][]? +0.21
Use another variable into an array in struct in C +0.51
Similar codes output different results -0.36
C - Function definition has pointers for arguments, is passed varia... +1.12
C language exercise -0.49
Arrays & Passing By Reference in C -0.54
Do all null pointers point to the same block of memory? +1.20
Why don't function pointer arguments affect memory size? -0.28
C menu system - switch not triggering +0.53
why can not malloc in global but can use inline function for malloc -0.50
What can I do to input the value in char*? 0.00
Where is the address to the first element of an array stored? +1.26
2 questions about header files and errors in C +0.75
Why is inf getting printed when i execute this code? -2.14
what is type BYTE mean in c language? -1.63
Fun with enums: in C is it allowed to define a variable as an enum... 0.00
C: How do I differentiate between an array of pointers and a pointe... -0.29
C - Why variables created in a loop have the same memory address? -0.68
Python-like Coding in C for Pointers -0.34
I learned that in C language char type ranges from -128 to 127, but... -0.79
Calling malloc and realloc from within a function gives unexpected... -0.89
Is the array to pointer decay changed to a pointer object? -0.11
Array realocation without calling to realloc system call 0.00
understanding pointer to array of pointers to integer type 0.00
Are ternaries or if statements faster?­ +0.84
How to post a JSON message to an "Https" end point URL us... 0.00
When int a[3] has been defined, is there any difference between int... -1.45
What is exactly a stream in C language? +0.82
meaning of these pointers, pointer-to-pointer, function pointer and... -0.18
what is mean by machine level code and how to view it? -0.49
when should i use Dynamic memory allocation? +0.79
My simple C program won't execute this for loop (CS50 cash) -1.94
What int (*ptr)[4] really means and how is it different than *ptr? -0.66