Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Recursive function in C to determine if digits of an integer are sorted ascending, descending or neither

c function recursion

Can I make a variable temporarily volatile?

c gcc optimization volatile

Clang-format: how to format C struct initializer this way

What are the differences between Block, Stack and Scratch Allocators?

Trying to call C function from glibc from Assembly program (64 bit)

A Problem I faced using Bitwise Operators in C (HackerRank)

c algorithm xor bitwise-and

Returning an array of strings and assigning it to a variable in C

c arrays pointers return-type

taking out evenly spaced logrithmic bins

c audio-fingerprinting

How to get minor bit turned on?

c c99

How to implement RSA Encryption in C?

Why does this C program which dereferences an aliased area of memory cause a segmentation fault?

c segmentation-fault

Mandatorily Dynamically linked libraries

Compatible struct types

c types language-lawyer

Using certain functions from stdlib.h or stdio.h causes syntax errors

c syntax-error

Why does the following program give a error?

How to generate UML sequence diagrams from C code?

c sequence-diagram

How to use check library with CTest for unit testing in C

c cmake ctest check-framework

Using ntop() instead of ntoa() on an older raw socket tutorial