StackRating

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

ouah

Rating
1639.74 (709th)
Reputation
124,742 (513th)
Page: 1 ... 36 37 38 39 40 ... 47
Title Δ
Should I use "-ansi" or explicit "-std=..." as... -1.90
How to store the resulting formatted C string -0.81
How to use Strtok for tokenizing a Const char*? -1.83
Size of a structure in gcc compiler -0.97
Is there any difference between these two declarations? +1.36
Why is "typedef struct foo foo;" considered harmful? +0.39
ISO C90 forbids variable length array +0.31
Is there a way in std C to tell if I can dereference a pointer safely -1.43
Is the string type a scalar, and if so why? -0.82
extern declaration and function definition both in the same file -0.72
Memory alignment and size of structure -1.55
Bit fields struct assignment unexpected behaviour +1.95
How to malloc an array of string in ANSI C? -1.19
Can I allocate more than 65535 bytes according C standards? -0.79
char * as a reference in C -1.91
C/C++ Puzzle: To print values from 1..15 15..1 with a single for loop +0.85
char a[512] vs char b[512 + 1] +1.63
How to overflow the stack without pushing new stack frames? -0.45
printk in tcp_cubic.c 0.00
Where should non-interface function prototypes be placed? -1.60
value of pointer to a char array vs plain char pointer -0.38
C character values arithmetic +0.44
What are primitive types default-initialized to in C? +1.47
Assigning a string of characters to a char array +0.14
Why are there different associativities among operators in C? -2.22
C application error on run +2.05
Converting char* string to lowercase using tolower() causes SIGSEGV... 0.00
Why can I assign a string to a pointer to float? -0.73
Why this code is exploitable? +0.46
Why does this comparison return false? +1.68
Implicit int return value of C function -0.24
How sizeof(array) works at runtime? +1.92
Missing prototype in my practice arithmetic quiz program, and almos... +1.01
warning:0 flag ignored with precision and '%x' gnu_printf format +1.02
Char to Hex not showing string's ASCII value -0.22
Are there any free implementations of strcpy_s and/or TR24731-1? -1.46
Could someone clarify this one confusion I have with C Strings, arr... +0.49
How is it possible for the same pointer to have different types? +2.09
Difficulty in understanding variable-length arrays in C +0.09
How does the random number generator work in C? +0.02
Difference between char* and char[] in C +0.57
Understanding the nature of #define +2.40
Why using keywords as variables names not generate error in C? -0.40
Memory alignment and long copies 0.00
Git: How to view file diff before commit +0.51
Identifying the parts of this typedef struct in C? +1.24
Binary serialization of variable length data and zero length arrays... 0.00
C++ underflow and overflow -1.41
why #include directive doesn't have a semi-colon at the end of stat... -0.32
Initialising C struct expected an expression +0.41