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 ... 7 8 9 10 11 ... 62
Title Δ
Bracket order in multidimensional arrays -0.48
I made a program while ago and i dont understand some parts of it .... +0.52
Error in C : Assignment to expression with array type in C +0.52
How to find the source code for printf in C? +0.19
What is a runtime-constraint? 0.00
Am I Correctly Understanding Pass By Value and Pass By Reference in... -1.05
How to select an array with a variable? +0.53
Shall I use register class variables in modern C programs? -1.17
How does the computer make the difference between types? +1.68
How to convert an integer to a c-string and vice versa and other da... +3.01
Scanf and Dynamic memory allocation +0.48
Using strlen() with Array Integers or Float -0.11
Pointers are used to store address, but in strings like char *ptr =... 0.00
Data Variables/Constants and Type int Constants (C Primer Plus) 0.00
how does %*[^\n] (scanf) ,works in c? 0.00
Need to understand some pointers in C -0.24
Are double pointers necessary? +0.28
Is there any differences between "p = &i" and "*... -2.15
What it entails to declare and initialize a pointer in this way: in... -0.76
Function to look though any struct in C +1.23
Is there a way to 'dynamically size' a char variable? 0.00
What is the order of operations when creating a struct in memory (u... -1.25
How does this function work "abcdefghijklmnopqrstuvwxyz"... +0.69
dynamic array in c with "new" command 0.00
How to free reallocated and callocated memory? -0.46
Row size not declared in 2d array in C -0.48
Can I change the datatype of previously declared variable in C? +0.82
Is there a way to browse and sort structure elements in C with for... -0.24
Difference in declaring strings in C 0.00
Why do arrays not grow in stack direction when used in functions as... -1.39
Scanf stores wrong value inside integer variable 0.00
Is it ok to have unused parameters in C functions? -0.67
The size of data types in C and Java? -1.06
Function returns correct value when i use conditional operator or i... 0.00
How do I use argc, *argv[] to compute in C? +0.52
Use of pointer type +0.09
using pointers in c programming 0.00
Is variable sized 2D array declaration wrong? 0.00
What is the difference of all main functions? 0.00
Assigning different inputs to different structure variables in C 0.00
Am I defining a function wrong in C? 0.00
Sizeof with different specificators 0.00
Instead of using sizeof(type), use sizeof *p,is it safe and correct? 0.00
Can you proof why casting is important when I deference a void poin... +0.83
Can't understand how to create a prototype of a procedure witho... -2.23
what did those expressions do ii = (char *)&i ; aa= (char *)&am... 0.00
What can I use for input conversion instead of scanf? +0.62
Why does the execution of a Java program take longer than the same... -0.46
How could value of array b[] is filled with another array a[] value... +0.39
Why does comparing pointers with undefined behavior still give corr... -0.70