Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

reading a string from a file

c

C program to find direction of stack growth

c stack

Very very basic query on programming in C -- displaying int value

c int

C - Pointer + 1 Meaning

c arrays pointers

Difference between SomeClass **ptr; and SomeClass *ptr;

c++ c

Error: Label used but not defined when using && operator [closed]

Compound condition in C: if (0.0 < a < 1.0)

What is the height of a complete binary tree with N nodes?

Escape sequences are producing unexpected output in C [duplicate]

c

What is the difference between #define and creating a normal type?

Can't understand x *= y+1 output

c

mmap for writing sequential log file for speed?

c++ c linux mmap

How to list first level directories only in C?

Why can't we generalize the pointer declaration?

c++ c pointers

memset() causing data abort

c++ c memory windows-mobile

Using mmap over a file

c file mmap

resizing buffer using realloc

c realloc

I need to generate random numbers in C [duplicate]

c random

Comparing character arrays with an == operator in C

c arrays string-comparison

What are the parameters in this C qsort function call?

c pointers