StackRating

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

John Bode

Rating
1491.22 (4,395,876th)
Reputation
87,841 (904th)
Page: 1 ... 49 50 51 52 53 ... 62
Title Δ
getting C error: conversion to non-scalar type requested +0.36
Compilation difference C and C++ -1.39
Why does (x += x += 1) evaluate differently in C and Javascript? -0.08
Is there a convention for pointer declarations in C? -0.49
C program without header -0.15
Difference between fgets and fscanf? +0.07
Is sizeof(int) guaranteed to equal sizeof(void*) -0.51
Allocate memory for a pointer to an array in C +0.53
Tokenize the string in c -1.25
Ignoring integers that are next to characters using sscanf() -0.87
Matrix of pointers with mixed data types in C +2.12
Memory location of function argument -0.32
How validate user input when the expected value is of type int and... +0.40
Infinity while on scanf funciton -0.12
Error receiving inputs +0.15
Read a text file in C++ +0.57
Initializing a char pointer in C. Why considered dangerous? +1.64
C pointer to pointer +1.44
C pointers in functions -0.19
Why is the param of strlen a "const"? -0.47
"struct a a1 = {0};" different from "struct a a2 = {... -1.09
How do we allocate a 2-D array using One malloc statement -0.77
Explain the difference between near, far and huge pointers in c? -0.38
Why would someone initialize unallocated memory in C? -0.83
calling to function -0.51
What is stored on heap and what is stored on stack? -0.71
pointer to array and 2D array representation -1.61
C fread() magically reading dynamically allocated struct members, h... -0.52
About arrays and pointers -0.25
Passing two-dimensional array to a function by refrence (C Programm... -0.51
Char String Assignment -0.21
pointers pointing to array of integers -0.34
Do you know a mental device or trick to learn operator precedence a... -0.44
Reading a file in C +1.38
C - Return a char pointer without malloc -0.09
Terminology: Forward Declaration versus Function Prototype -0.93
Getting array size in C. Cannot understand output -0.52
Ways to a declare a pointer? -0.68
Regarding usage of enums in C: would it be possible to change the v... +0.97
Is NULL in C required/defined to be zero? -0.04
operator precedence in c with pointers +0.08
How to restrict the user to only input whole number and refuse any... +1.03
while(getchar() != multiple arguments) +1.45
C cast syntax, how about complex casts? -0.48
C behavior (non initialized values) +0.09
Why Malloc Is Not Always Needed With Pointers to Char? -0.03
How do I create a static function to be used in two .c source files? +1.20
Initialise all elements in an array with a value using compound lit... +1.16
Why does this (i = ++i % 3) generate a warning: "may be undefi... -0.77
static vs static vs static in C/C++ +1.74