StackRating

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

RobertS supports Monica Cellio

Rating
1508.48 (83,167th)
Reputation
179 (496,307th)
Page: 1 2 3 4 5 6 ... 10
Title Δ
Right usage of ifdef to write the same function for different type... 0.00
Is it OK/valid to intialize an array of integer type inside of a st... +0.46
Cant return a string from user input in function +0.51
C printf: Is there a way to add text after variable and before spac... -1.53
Pointer to array of N elements vs pointer to array or to first elem... +0.57
Scope of char * compared with char array in C +0.02
C passing nested structure as reference 0.00
How to solve error of Multiple definition of swap in C -0.80
Macro shadowing both function and its address +2.20
Undefined symbol '_getline' in module in C 0.00
How to use pointer to bidimensional array C -0.90
Include header file only if it is available in C? +0.53
Alternative while loop without break -0.74
Using \ as a literal exactly before \n in a string in printf +0.17
Is there a way to print all string in capital letters without using... -0.81
How to print values down a column in a 2D array in C? +0.50
Check chars in a string while using pointers 0.00
How do I solve "expected a ';' in C" -0.54
Should every function in C have its own .c file ? or can i put all... +0.00
In this function (in C) that takes an integer as an argument: Why i... 0.00
Using define macro to initialize structure object in C -0.55
Using pointers to pass a value from scanf() into main() +0.48
Why a function with no arguments works, but a function with void as... -0.23
Two null termination signs at the end of a string in C +0.52
Is the array to pointer decay changed to a pointer object? +1.75
Declaring int array and changing its elements in C inside a for loop -2.22
What does str[i - 1] == ' ' mean? +1.13
Why we need to pass pointer as argument to print a char? -0.70
Best way to modify and return two float (or double) in a function? +0.22
Why does the matrix in main change? +1.45
Why my C program is not working for Grading points? -0.08
Is there way to verify my program has no memory leaks? -1.01
What is the advantage of a pointer to the base address of an array... -1.78
How is a pointer to char assigned by a string in C? -0.36
What does I_n_test = I_N mean inside of the for loop? -0.56
Should I define functions in .h file or just declare them? +0.24
String length prints weird numbers. Where is the issue in my code? 0.00
try to print one statement after fork in c -1.57
meaning of these pointers, pointer-to-pointer, function pointer and... -0.20
Array of character pointer declaration looks different in the below... -1.63
Use of the "-=" operator with array element in C +0.66
How can I make the input not longer then a specified length? 0.00
Why does printf("%.3f\n", 123456.987654) print 123456.984? -0.86
printf("%f",x) ok, printf("%F",x) error too man... -1.26
Why might a string literal not be a string? -1.77
Why does this program show something else even though the code is c... +0.73
What are the exact differences betwenn int **a and int a[][] as fun... -1.44
What int (*ptr)[4] really means and how is it different than *ptr? +1.05
C assignment from incompatible pointer type error -0.70
Store a Char from command line to Char array in C +1.38