Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Inserting char string into another char string

c

* on the linux command line

c linux

Why do new C books not adhere to the C99 standard?

c c99

How allocate or free only parts of an array?

c arrays

What is the point of the logical operators in C?

Why does writing to a string literal in this C program segfault?

c

In C/C++, is char* arrayName[][] a pointer to a pointer to a pointer OR a pointer to a pointer?

Why is main necessary in a program

c

strncpy documentation question

c++ c strncpy

Pointer to an array of function pointers

c function pointers

BFS in binary tree

c breadth-first-search

What is the best way to set a particular bit in a variable in C

c

what does this instruction do?:- mov %gs:0x14,%eax

c assembly x86

In a byte, how to swap the 4 higher bits with its 4 lower bits

c byte

Are two dimensional arrays in C required to make all elements contiguous?

c arrays

if(a,b,c,d) how does this work? [duplicate]

c if-statement

check if a lot of int is equal

ios objective-c c

C - Returning 2 values in a function and trying to use them

c

What is wrong with the following code dealing with pointers?

c pointers

Pointer to volatile data (*((volatile uint32_t *)0x40000000)) [duplicate]

c++ c arm