Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why sizeof('c') is returning 4 instead of 1? [duplicate]

c

For a 64 bit OS, is memory leakage still relevant?

Switch statements in C

c switch-statement

C why would a pointer be larger than an integer

c memory embedded

C Char pointers

c pointers char

why is there no poll/select like mechanism for message queue?

c linux linux-kernel

What does execve() do?

c++ c linux execve

why do I get warning in this C code using fprintf?

c++ c xcode string-formatting

Make variable available to entire application using AppDelegate

iphone ios objective-c c xcode

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