Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

Does C use short circuit evaluation even when arguments are function calls?

syntax error - token ";" inserted before "variable name"

c header extern

Are changes made to the GOT expected to be reversed during reverse debugging?

c gdb got reverse-debugging

creating a data structure at specific memory location in c

c arrays memory

Can printf() return differ from strlen()?

c string