Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in c
Returning float in void* function
Dec 25, 2022
c
function
pointers
return
What is the problem with putting brackets("(") in a printf code
Dec 24, 2022
c
printf
Replace all 0's with 5's in a given number using sprintf and sscanf
Dec 25, 2022
c++
c
printf
scanf
Is modifying an object through a pointer to const undefined behavior?
Dec 25, 2022
c
pointers
constants
language-lawyer
undefined-behavior
How can I instruct the MSVC compiler to use a 64bit/32bit division instead of the slower 128bit/64bit division?
Dec 24, 2022
c
visual-c++
x86-64
compiler-optimization
integer-division
what does the following call mean in C? [duplicate]
Dec 25, 2022
c
cortex-m
sizeof-operator reverse behavior
Dec 25, 2022
c
sizeof
How to get ASCII code of C `char` portably in ANSI C
Dec 25, 2022
c
ascii
Building an R package which uses a c code library
Dec 25, 2022
c
r
What is type-safe in c/c++
Dec 24, 2022
c++
c
Is it legal to cast a function returning an object pointer to a function returning a void pointer?
Dec 25, 2022
c
casting
language-lawyer
function-pointers
c89
About function overloading in c
Dec 25, 2022
c
linux
If two pointers point to the same memory address, do you only need to use free(ptr) once or twice?
Dec 25, 2022
c
pointers
memory
memory-leaks
malloc
How C header files import win32api functions?
Dec 25, 2022
c
winapi
reverse-engineering
What is the difference between stdout and stderr in C?
Dec 25, 2022
c
stderr
Why AVR-GCC compilers append a "clr r1" line after multiplication?
Dec 25, 2022
c
embedded
avr
avr-gcc
Compiling with optimization gets a condition wrong
Dec 25, 2022
c
gcc
optimization
What is the difference between int (*cmp)(void) and int *cmp(void)?
Dec 25, 2022
c
C Keil compiler uses malloc for local variables,why?
Dec 25, 2022
c
malloc
heap-memory
c99
keil
Why does printf print an integer as a double? [duplicate]
Dec 25, 2022
c
printf
« Newer Entries
Older Entries »