Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

In C, if this isn't an address constant, what is it?

c c99

What is the output of the following code?

c

How to access outer block variable in inner block when inner block have same variable declaration?

c

C macro to generate printf format string

c macros printf c-preprocessor

Initialize global array of function pointers at either compile-time, or run-time before main()

c++ c

Just check status process in c

c process fork wait

C/C++ Char Pointer Crash

c++ c pointers crash

writing cgi code by C language

c++ c cgi

Testing for a maximum unsigned value

c++ c unsigned

What is the need for C startup routine?

C Vector/ArrayList/LinkedList

c

How to get the shortest palindrome of a string

c++ c

Debugging a switch statement in a C-based programming puzzle

c puzzle

Constant array of constant objects

c arrays constants

What is the difference between 0 << 16 and 0 << 20?

objective-c c

Constant size global arrays in C

c gdb

how to create a heterogeneous link list in c or c++

Winsock C TCP Socket

c sockets tcp winsock

Sorting small numbers of elements

c++ c optimization sorting

C: Bitwise NOT on certain bit

c bitwise-operators