Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Algorithm to find the duplicate numbers in an array ---Fastest Way

c algorithm

C program to remove repeated char from a string

c

Why is strtok causing a segmentation fault?

c string segmentation-fault

What sorting algorithm is this?

c++ c sorting

set integer value as bit mask

c

C: using a lot of structs can make a program slow?

c performance struct

why is strtof is always evaluating to HUGE_VAL?

c

HTTP stack in C

c http

Is this a double free in C?

c free

which is the best way to generate choices out of a given set of numbers?

c++ c algorithm

Using the C preprocessor to effectively rename variables

c variables c-preprocessor

Why Floating point numbers cant be compared? [duplicate]

c++ c floating-point

Conditional Using Bitwise Operators

c bit-manipulation

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