Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to read these expressions: *&pointer VS &*pointer

c++ c pointers

String reversal in C: What is it I am doing wrong?

c string

Ambiguous operator precedence, please explain why operator predence is not followed here? [duplicate]

c

floating point numbers equality checking

c floating-point

error: invalid operands to binary % when taking modulus of float [duplicate]

c

for loop condition always true

c for-loop types range

Got confused with pointers in C

c pointers

int array[30] = {0}; How this works in c?

c arrays initialization

malloc and free in recursive functions

c pointers recursion

What is the return value from a function without a return statement?

When subtracting two pointers in C

c pointers

Use of # symbol in C

c

Convert console exe to dll in C

c delphi dll exe

Why does printf() output -1 for large integers?

c

How to compile a C program?

What does crypt() do in C?

c crypt

How to learn C pointers?

c pointers

Are there C/C++ compilers that do not require standard library includes?

c++ c compiler-construction

When Does It Make Sense To Rewrite A Python Module in C?

python c optimization

Extract IP from connection that listen and accept in socket programming in Linux in c