ANSI-C constant-expression function like C++ constexpr?...
Read MoreFloating average with reading of ADC values...
Read MoreWhat is the difference in these C function argument type?...
Read MoreProgram which displays the all signed short numbers...
Read MoreRecursive function to get sequence not working correctly...
Read MoreWhy doesn't my ANSI C function preserve the parameter value it sets?...
Read MoreWhy Quick sort function change argument's value...
Read MoreWhy are my MaxHeapify and BuildMaxHeap procedures failing to organise a heap?...
Read MoreWhat uses up more space in FLASH? static variable or global variable...
Read MoreShould I use "-ansi" or explicit "-std=..." as compiler flags?...
Read MoreAre there any well-established/standardized ways to use fixed-width integers in C89?...
Read Morehow to find how many time a digit 0-9 appears in an integer...
Read MoreTranslational Limits on Enum Constants...
Read MoreRemove text from string after a certain character in C...
Read MoreHow to see the assembly code from a Ansi C hello world written in Visual Studio?...
Read MoreWhy does the atof() function not return 0 when I pass it a string with invalid characters after a nu...
Read MoreEvaluate amount of available physical memory...
Read MoreCast multidimensional array to multidimensional array of another type...
Read MoreMalloc() and free() stopping me from passing structs by value in C...
Read MoreIn C89, how can I truncate and split a double precision floating point into two 32-bit words?...
Read MoreCode before while(1) does not run...
Read MoreIncluding custom header files (ANSI C)...
Read Moresprintf() handling of %s extended ASCII (ISO 8859-1) on some runtimes?...
Read MoreHow do I make an HTTP POST from a non-browser device?...
Read More