StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Eric Postpischil

Rating
1674.77 (285th)
Reputation
91,475 (854th)
Page: 1 ... 6 7 8 9 10 ... 69
Title Δ
How many numbers can a 32 bit float represent 0.00
How is char array stored in C++? +0.04
Program to find HCF(Highest Common factor) of 2 unsigned integers i... 0.00
Does it make sense to combine my final program into a single C file... +1.14
How &a[i][j] gets evaluated to *(a+i)+j +0.71
Does memory leak created by malloc remains forever? 0.00
How to create a number with (f)16 repeating n times? -0.96
Literals e and f in floating point representation in c +1.63
c - converting a pointer to const int into pointer to just int (and... 0.00
Allocating array in a for-loop outputting nonsense +0.10
Is it possible to validate a variable argument count? +0.88
Unaligned memory acces with array 0.00
LDBL_MAX: Why does long double value print so many digits? +0.64
assigning a string vs assigning the fields of a structure -1.81
What is the difference between a pointer to a buffer and a pointer... 0.00
What is a side effect in C? +1.97
Conversion to (void *) from different types in structure 0.00
What is a pointer to array, int (*ptr)[10], and how does it work? -1.31
Do all objects sit in the same address space in C? -2.22
C declarator understanding +1.52
What is the max value that Math.random can produce? +1.15
Calling free with a pointer cast to one for a different type? +1.71
Expression operators promotion -1.75
Does C has any built in functions? -1.76
Stringstream & char*[] segmentation fault 0.00
What is the difference between underflow and nan in C? +1.65
Variable looks like a function pointer -2.61
Can we use same function in 2 different library file , if both the... 0.00
C Access structure contents from a void pointer -2.59
Warning: pointer is used uninitialized when printing its address -0.40
How do I change the value of a handle in C? 0.00
Improper use of typedef 0.00
Can anyone please help me in understanding this assembly language c... 0.00
Is else...if statement in C equals to else { if }? -0.89
Passing value converted wrong to uint32_t in avr c +0.29
Absolute rounding error and subnormal numbers 0.00
To pass an array by reference in C -1.89
Why does * indirection operator gives address in a 2-dimensional ar... -0.54
I can't found my mistake in my simple C-loop,the printf doesnt... +1.38
Understanding memory allocation for a 2D like array +1.62
Integer vs floating point numbers in IEEE single format 0.00
floating point number precision 0.00
Expand a C array inside a function +0.29
NULL behavior when function returns address of local variable in C +1.00
Why during a matrix multiplication operation does a variable for st... 0.00
Can 'extern' be omitted when using global variables? 0.00
Nuances of comma seperator and comma operator when used in initiali... -2.42
If there is no else-if, how come we can do multiple else-if and not... +1.68
Why const pointer difference cannot be used as initializer for a st... 0.00
Can not reallocate memory in a very peculiar circumstance -2.17