Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Is declaring an header file essential?

c

What happens if you declare a variable inside a macro?

c++ c

short short int in c?

c char boolean int short

OR operator in C not working

c

empty switch case in C

c switch-statement

Which function should be use to converting string to long double?

c++ c parsing long-double

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