Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Free all the memory allocated by malloc(), realloc() in C

Why Is This Factorial Algorithm Not Accurate

c algorithm

What is this a.out and what makes it disappear?

c gcc

why formatting an int as 6*1000*1000 and not 6000000 [duplicate]

c syntax formatting int

Why ++(*p) is not giving l-value required error?

c arrays pointers lvalue

Why is __cplusplus defined within extern "C"

c++ c mpi

Why does this code print 1 2 2 and not the expected 3 3 1? [duplicate]

ANSI C No-echo keyboard input

c

How to make a .com file using C/C++?

c++ c com

What is the default state of variables?

c memory initialization

Outcome of a small C program

c unix fork

What is a simple example of replacing c code with assembly to improve performance?

c performance

Remove extra white space from inside a C string?

c string whitespace

How do I set the number of characters output in a fprintf '%s' format using a variable?

c file printf

what does (int) mean in C programming

c

Is this "*ptr++ = *ptr + a" undefined behavior?

c++ c sequence-points

How to justify using a scripting language as part of a project

java c lua

Calculating Fibonacci Numbers Recursively in C

c fibonacci

Need a tool to detect memory leaks in C code

does 8-bit processor have to face endianness problem?

c 8051