StackRating

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

0___________

Rating
1417.32 (4,535,916th)
Reputation
11,195 (13,344th)
Page: 1 ... 28 29 30 31 32 ... 50
Title Δ
Does function inlining use more RAM or ROM? and what is effect on m... -1.19
Unable to use printf() outside of main, unless printf() is used at... +0.67
MDMA & internal FLASH R/W on STM32H7 -1.22
What happens to a pointer to another pointer when the first one is... -0.25
Declaring a static array before defining it when compiling with GCC -0.93
Display highest value in array in C -0.37
Accessing structure within structure times 3? +2.99
Passing the address of a dereferenced pointer to a string offset -0.28
Where does the DMA store ADC values in STM32? -0.64
How do I account for NULL being passed as parameters into my program? -0.38
Use a uint32_t to store four separate uint8_t values -1.01
differences in C: *source++, (*source)++, *(source)++ +1.85
Why is '-lm' used explicitly only when passing variables to... 0.00
what is int f(int n,int m) in MIPS +0.67
C: Many questions about char* +0.05
stm32 USB-CDC after hardware reset +0.65
kds with segger - Error while launching command: arm-none-eabi-gdb... 0.00
How does the following code have a stack smashing error? -1.23
How to use formatting strings in user-defined functions? -0.59
Decimal to binary conversion (8 bit) in C +0.87
Getting value from struct by pointer to pointer in C 0.00
Setting a bit in an uint64_t in c +0.19
realloc failing after multiple uses 0.00
Does malloc make string constants? -1.33
What is different between array String and common array in C? -0.51
How to modify more than 1 Byte in an array? -0.34
USB device class for generic device 0.00
Who defines the stack pointer address +2.97
how it store in CHAR array in C 0.00
Does anyone know what is this "typedef long long int (stoll_t)... -1.02
STM32F HAL Library too large +0.34
What is the difference between printf("%s"), printf(s) an... +0.66
Logical right shift in C with ~0 value -1.02
Why wont we specify '&' symbol in scanf while scanning... -0.66
How to make a logical selection using calculations in c? -1.25
Writing a function for F(n)=0.5F(n-1) -1.02
%p vs %x in format String -0.71
Changing the value of a variable with pointers not working -0.91
Is it possible to dereference a pointer to a struct? -0.05
Working of conditional compilation #if and #else (and others) in c +1.72
Deleting a char and moving it in a string -0.27
How can I print each character in my character array using pointers? -0.10
Segmentation fault: Using strtok, system calls. C programming +0.66
c - const pointer to const data (gcc - duplicate 'const' de... -0.00
How to force the linker to store a const array of arrays of strings... -0.25
How do I use fgets along with malloc to create an array of strings? -1.04
In C programming, what is the difference between for(int i=0; st[i]... -0.02
Multiplying float With Large Numbers Simply Appending Numbers Toget... 0.00
STM32F4 - how detect removed battery +0.66
Printing the highest of two values WITHOUT using if statements -0.57