StackRating

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

Omkant

Rating
1435.02 (4,535,038th)
Reputation
6,669 (24,225th)
Page: 1 2 3 4 5 6
Title Δ
Coding a simple parking fee calculator using only C functions -1.52
C - Pros/Cons of Enum-Indexed Arrays +4.65
C, How to specify an optstring in the getopt function? -3.07
what's the difference between int (* f [])(); and int f[](); +1.33
pointers to array - c programming -2.87
Shared Memory when it's for read only 0.00
shmat for attaching shared memory segment +4.66
Pointers in C vs C++ -0.55
If int *a = *b, will a point to the object that b references? -0.33
Why I am getting undefined reference to sleep error? -1.25
In C what exactly happens if i use () to initialize a double dimens... -1.81
Is it possible to allocate array inside function and return it usin... +0.54
what is causing segmentation fault in c code, dynamic allocation ac... -0.61
Decimal to binary algorithm in C -2.39
How to find substring from string? -1.57
Using same array to store data repeatly -1.83
Inconsistent results while printing float as integer +2.09
Can I check if a pointer has been assigned to something other than... -2.21
C char* to int conversion -3.20
Digit-increasing number test -0.99
Why C program gives different result? -2.94
Running Unreached code in C -1.40
Merge two arrays of pointers into a third array of pointers in C -3.57
Compilation errors in c programming using gcc 64 bit +4.42
issue returning string location in C -1.39
function main without definition in C and C++ -1.33
C function's declaration and definition in more than one source file -0.44
How to access pointer members in a Struct variable in C? -0.43
Dynamically allocate array of file pointers -3.06
How do I replace the last occurrence in a string in C manually? +2.63
Allocating array vs initializing a pointer -3.77
C passing variable by reference -3.47
Type of Function in C or C++ +0.35
Comparing a string in a text file in a line and remove that line wh... 0.00
Noobie void pointer confusion -4.10
Converting NSArray to char** and returning the c array -3.30
Any function instead of sprintf() in C? code size is too big after... -3.74
Wrong output while running C code +2.19
c is there a way to test type of variable? or overload methods? -1.62
unexpected *, unexpected ( -3.80
C; If I put a break in a for loop inside a while loop -3.39
Why passing pointer to array to a function needing pointer to int,... -3.23
Multi-dimesional array initialisation in C +3.48
Initialising const Array at Struct in C -1.10
Substitution of one type by another 0.00
Error after compiling C code -3.96
Another way for string creation in C? +4.59
How to write a byte to register with specific memory address? -3.76
Receiving "error: conflicting types for 'function'" -1.72
C++ Fahrenheit To Celsius (vice versa) Loops Issue 0.00