Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

C dangling pointer question

c

Not able to figure out the logical error in C program

Is this the correct way to return an array of structs from a function?

Removing elements from dynamic arrays

c dynamic-arrays

How to use raise to the power of x in c

c

Don't understand the output of this C program

c

make: *** No rule to make target `gcc', needed by `all'. Stop

c makefile

difference between sizeof('a') and sizeof("a")

c sizeof

\377 character in c

c file-read

Libusb and how to use its packages in Ubuntu

c++ c ubuntu installation libusb

C split string into token by delimiter and save as variables

c

sizeof() showing different output

c sizeof string-literals

Pointer arithmetic with NULLs

c pointers

Confused by single pointer and double pointer arguments in function calls

fast way to get integers 0, 1, and 2 when given a random one from the set

Why does C not support initializing const variables using an if-else statement?

c constants

What is the best way of clearing a char array in C/C++?

c++ c arrays

How can one flush input stream in C?

c io stream stdio

How do I check if a value matches a string

c

a gcc sqrt function bug?

c gcc