Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Returning a float variable loses its precision in C

C Minishell Adding Pipelines

c shell unix pipe pipeline

To print something without using cout, printf or puts()

c++ c

How to exit a while-loop?

c while-loop

LD_LIBRARY_PATH not working while LD_PRELOAD works fine

c++ c linux gcc

Are multiple realloc more expensive than a huge malloc?

c arrays malloc realloc

Error in setsockopt(): Numerical argument out of domain

c linux sockets

Compile code to a specific C/C++ standard

c++ c g++ clang++

How can I change an int array in a function

c arrays function

take string input using char* in C and C++ [duplicate]

c++ c string input

Are compound statements lvalue (or rvalue) in C?

c compound-assignment

C float operations have different results on i386 and arm, but why?

c floating-point arm

Does the pthreads functions set the errno internally?

c linux pthreads

Is mallocing equivalent to pointer with a specified array size

c pointers

Can anyone explain output

c macros output printf

fread return value 1 byte, even though file is getting read completely

c file-io

How does printf know the length of the format argument?

c++ c assembly printf

how to reset alarm() in c linux

c

Extract RSA public key from a x509 char array with openssl

c openssl

is NULL/false in C and C++ anything more than 0x0 / 0b0 / '\0' / 0 [duplicate]

c++ c null