Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What differences in c/c++ language in arm and x86 architectures [closed]

c++ c x86 arm

Are Linux programs as portable as Windows programs? [closed]

c++ c linux windows portability

What's the smallest data type in C that can store the number 10,000,000?

c memory

Why does a function accept a void pointer?

How do I use toupper and tolower in C?

c tolower toupper

cmake error:Error in configuration files. Project Files may be invalid

c cmake

Headers Vs. Static Libraries

How to apply the restrict pointer type keyword in struct member arrays?

c arrays pointers c99 restrict

Does an uninitialized variable occupy memory?

c

remove all occurrences of a given number from an array in C

arrays c

Does timer_delete need to be called to delete the timer every time?

c linux timer

C program Accidental Making Virus..?Why

c

*char ending with double '\0'

setting pointer to variable declared in local scope in C

C: close FILE* - not filedescriptor [duplicate]

c fdopen

Why does the same address return different values?

c pointers

Get byte representation of ASM instruction within C code

Scanf and loops

c scanf

Does C have to calculate out a number in scientific notation?