Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How can we print the sum of series 1+ 11 +111+........ upto N terms using recursion in C

c algorithm function recursion

If I run a loop a million times, do I have to worry about declaring doubles in each iteration?

c memory-management

How to properly implement strcpy in c?

c string pointers strcpy

Have compiler ignoring setting an argument register before calling function

Writing a lua C module for Lua 5.X

c lua

allocating memory using calloc and freeing

c malloc free

Is stdin treated as a character device in Linux?

Do I need to write explicit memory barrier for multithreaded C code?

Memory realloc risk

c memory-management

What is the best way to represent a C array in Erlang?

c erlang erlang-nif

Should I avoid placing large objects on the stack?

c

Detect signs on roads

Initialization of pointer to array

c

Does abort run in ring 0?

c++ c x86

Why does this code using pointers not retrieve the value of x using b?

c pointers

Get angle and quadrant from three points

How is a callback different from and advantageous to conditional function calls for event handling?

create_module - why is copy_from_user used?

Extract data between two delimiters

c delimiter string-parsing