StackRating

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

klutt

Rating
1570.85 (3,953rd)
Reputation
7,063 (22,730th)
Page: 1 2 3 4 5 6 ... 18
Title Δ
const declaration with array arguments? +1.65
What does overlapping of buffer mean in memcpy function definition? 0.00
Is malloc dynamic memory allocation? +2.04
Is recursion preferred in this situation? +0.11
Function printing list of words -1.68
Dynamic array unknown size C -0.07
Need help in fork() diagram -2.41
confused with library function gets() -1.50
Can someone explain the source code for lowlevellock.h 0.00
Why `gets_s()` still isn't implemented in GCC (9.3.0)? 0.00
Why do I get an error when I insert something like ';' or &... 0.00
How union is helpful over a variable? 0.00
Why does a string not return its memory location? 0.00
Can I pass a hexadecimal string as an address to a function in C? 0.00
Buffer Overflow Sample: Why is this code dangerous? 0.00
What is the C equivalent to Matlab's indexing expression A(:,n)? 0.00
Is Execution time or Result time correct? 0.00
Is repetitively creating buffers on the stack in a loop in C bad pr... 0.00
Get the char from scanf("%d") 0.00
Is it safe to assume that realloc()ing to a smaller size will alway... 0.00
Coloring text in cmd (C) 0.00
Can we interchange the for loop parameters in C? 0.00
Incorrect counting of number of lines +0.37
C define array size automatically 0.00
Potentially Inefficient For Loop C++ +0.18
How is this const being used? +0.35
Difference between a lookup table and a jump table -1.10
Why files get deleted when i rename them using this python script? -2.40
what is type BYTE mean in c language? +1.63
Do C functions generally have more arguments than OOP languages'... -0.22
Creating a static global, variable length 2D array -0.44
Why do memcpy() and other similar functions use assembly? +1.24
What does it mean initialize to static struct definition with memse... +1.25
Compare two character strings in C 0.00
How does this implemention of quick sort works? 0.00
How can I break up this into more than two functions? 0.00
How do I fix an error in a header file typedef struct (expected a &... -0.18
How does C manage stack with pointers? -2.20
I want to allocate memory to function pointer +0.59
How do you generally scan/parse commands in interactive cli program... 0.00
How Do You Initialize a Hash Table to Store in a File in C +0.09
How can I combine two functions? +0.14
Unexpected output while printing system time using C 0.00
Updating specific elements in C array 0.00
Check if stdin has a white spaces 0.00
Get error compiling example of gtk example from https://www.gtk.org... 0.00
Can I reuse a pointer after reallocating memory it points to? +1.90
How can I have access into *argv[ ] in C? -0.29
Functions not running concurrently in C 0.00
How do I store repeated null characters in a string in C from fgetc? -0.07