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
How to set bits in byte without loop
Dec 15, 2022
c++
c
bit-manipulation
Why is `x && y` not parsed as `x & (&y)`?
Dec 16, 2022
c
parsing
Looping through a char array in C
Dec 16, 2022
c
string
pointers
memory allocation in array of structure using double pointers in C
Dec 15, 2022
c
arrays
pointers
struct
Swapping first and last name in C
Dec 15, 2022
c
strcat() vs sprintf() inside a loop
Dec 16, 2022
c
performance
loops
printf
strcat
Usage of extern in the same file
Dec 16, 2022
c
linker
extern
Why does insertion into a list require a pointer to a pointer
Dec 16, 2022
c
pointers
C: What happens (in detail) in x=~x if x is of type char?
Dec 15, 2022
c
type-conversion
operators
What is __attribute__((unused)) static?
Dec 15, 2022
c
gcc
gnu
libuv
Converting pid_t to string
Dec 16, 2022
c
string
pid
Big Oh Runtime of a Recursive Sum
Dec 15, 2022
c
recursion
sum
runtime
big-o
Local int vs Global int in C
Dec 15, 2022
c
global-variables
local-variables
Memory order consume usage in C11
Dec 16, 2022
c
multithreading
c11
stdatomic
Output for the following C code is confusing me [closed]
Dec 15, 2022
c
Are parentheses always considered a function call?
Dec 16, 2022
c
operator-precedence
Void function call as expressions
Dec 15, 2022
c
Is the return statement considered to be an expression statement in C?
Dec 16, 2022
c
expression
How is the value of global variable changing in my code?
Dec 16, 2022
c
global-variables
Can a type in C have more than one object representation?
Dec 15, 2022
c
« Newer Entries
Older Entries »