StackRating

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

Ardent Coder

Rating
1548.04 (8,550th)
Reputation
388 (335,003rd)
Page: 1 2
Title Δ
Why is the default case matched in this switch statement? +0.15
How do I merge two arrays into a singular array in an alternating o... +1.67
Searching in a valid direction in 2D array -0.19
How to get out of nested loops in C? 0.00
No matching function for call to...? -1.47
Explain the concept of Implicit Derived Class Object to Base Class... 0.00
C: Count positive/negative numbers and 0's in array +1.69
Problem Explanation & Bug Detection (Suppose I want to print pr... -0.40
How can I delete an node from a linked list with a single pointer? 0.00
How can I initialize vector containing around 300000 vectors of siz... 0.00
Using strstr with 2d array 0.00
Not able to find aray index out of bound exception cause 0.00
Pointer gets modified after a push_back -1.01
Are array lengths calculated differently when passed onto functions? 0.00
How do I use a function with a structure variable in the main funct... -4.30
How do I check if a pattern exists in an entered string? +0.53
I want to read data from a file which contains integers and floats -0.22
function global/local variable update issues -2.14
variable not defined in a switch case statement +4.13
Copying array indexes to another array -0.28
issue with a program in c to check a num whether is equally divisib... 0.00
How to typecast when passing argument by reference of different type +3.79
Replacing elements in a matrix in C 0.00
How do I get specific char from an array so that i can put into ano... +4.28
Find the length of the longest word in a string. C language +4.03
What is the use of "*&" in the code below +3.93
Order of Data Type Modifiers in C++ +4.76
How many squares can M bishops cannot go in an N*N chess board? 0.00
What is an algorithm to generate the following sequence? -4.04
How to print the nearest alphanumeric to a character input in a C p... 0.00
In C is it possible for a function to return a pointer to itself? +3.65
C++ Get result of function returning by value in const reference +1.29
How to make a function printf its output on a file or on console? -0.82
What is the difference between a temporary variable and a local var... -3.80
How do I get proper output when I reverse a string in C using point... +3.90
Algorithm on finding all 4 letter words in a string - where's t... -1.33
while statement with initializer -3.33
What will be the possible issues with this implementation of Binary... 0.00
How to use address-of operator along with prefix increment on point... -0.90
Find the Min Even Integer and Max Even Integer in an Array +4.91
Is Multiplication and Division of Pointers allowed in C? +3.88
Segmentation fault when writing to array of strings +0.52
What is the Diamond Problem? Is it a family of problems or a specif... -3.96
I don't understand how to initial the linked list of the game(S... 0.00
Check if char* is a number for numbers below 0 0.00
How do I get my function to take user input and store it in an array? 0.00
How do i find median for the given program 0.00
Matrices as function parameters in C89 -2.09
C: File exist but won't open. Counting letters? +3.72
Why is print('a' > 'b') False and print('a&#... -2.12