Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Extract numeric value from an alphanumeric string without using any predefined function

java php c++ .net c

Comparison between unsigned int and int without using cast operator

Difference between the headers ncurses.h and curses.h

c++ c ncurses difference curses

Is it a memory leak in the following C code?

c memory-leaks

sizeof- function or macro? [duplicate]

c sizeof

Swap number digit order by separate a number into arrays and then merge

c arrays integer

Backup SRAM for STM32 is wiped between resets

c embedded stm32

Arduino Assembler programming: Nothing happens

c assembly arduino avr-gcc

Multiplying by i** is it possible in C? Like i++ why i**doesn't work in C?

c multiplication

C - How to read a string with unknown length [closed]

c

How does i["string"] work as a condition statement?

SIMD-within-a-register version of min/max

flushall() doesn't work - in C

c input buffer flush getchar

c: when using a pointer as input in a function incrementing the pointers value by using *pointer++ doesn't work

When does copy_from/to_user returns a non-zero value

c linux linux-kernel kernel

nr_cpu_ids vs NR_CPUS in Linux Kernel