StackRating

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

rashok

Rating
1437.44 (4,534,777th)
Reputation
6,193 (26,311th)
Page: 1 2 3 4
Title Δ
segfault while sending buffer pointer as pass-by-value to a functio... -0.42
how to say c compiler they are hex value 0.00
unsigned data types in structures -0.67
how to check if the file is closed +1.13
Header File being included twice -0.31
how to keep only the lowest 8 bits -0.67
How to define the enum incrementation step? -3.34
C bit field variables are printing unexpected values +1.09
Convert integer value to hexadecimal string +4.65
fork call not executing child code -1.30
What is extern volatile pointer -1.98
function in one shared library calling a function in another shared... 0.00
If a library linked twice, how does program determine which version... 0.00
Conditions and pointers -2.22
Check where a constant is #included from in a large C project -3.33
Stack overflow for string in C++? -1.95
Why does pointer value get modified to a value of 1? -1.14
How to merge two windows vc static library into one 0.00
Difference between dangling pointer and memory leak 0.00
How to list the file names from a static library with .o extension 0.00
Can realloc fail (return NULL) when trimming? -1.88
how to pass 1D and 2D array arguments to a function in c +4.63
What is the use of open system call in *nix -1.21
Malloc and Realloc relation, How does it handle when the required s... +0.42
2d Array or Array of pointers +0.73
How to write a function to generate random number 0/1 use another r... -1.77
Difference between char *str = "…" and char str[N] = &quo... -1.02
Interview: deleting a node in linked list +1.74
string swapping works well with char ** but not with char * -1.34
can we pass the address of the format specifier string to printf -1.38
Why doesn't (can't) the OS translate C code directly into machine l... -1.03
Cannot understand the behaviour of static variable -1.35
What is the return value of "times" system call in linux 0.00
strcmp() thinks that strings arent equal.. but are they? -2.24
Assigning/Casting integers to pointers +4.82
How to compare string command line arguments in C? -1.38
How to parse integer command line arguments in C? -0.77
C Function implementation - with Pointer vs without Pointer -0.15
How to Increment unsigned int by 1 using bit-shifting & logical... -1.46
Pointers in structure 0.00
efficiency int versus long long assignment -1.47
why does this function return garbage value -2.43
Variable addressing -2.87
C memory allocation initialising and handling +1.86
What is the most effective way to use header files -1.99
c program (linux): get command line output to a variable and filter... -0.80
How to tell linker to include a library in header file 0.00
What is char (*arrs)[rowSize] = malloc(bytesPerTable); -0.83
C: When to use stack allocated array and when to use heap allocated... -0.95
Does a pointer point to the LSB or MSB? +3.38