Title |
Δ |
Does goto construct create new variable
|
+1.32 |
pre/post increment pointer
|
+0.82 |
Binary, Floats, and Modern Computers
|
-0.68 |
Return type of main() method in c
|
+0.54 |
What does double* (*p[3]) (void* (*)()); mean?
|
+1.02 |
In C, what's the size of stdout buffer?
|
+0.54 |
Pointer to function vs global variable
|
-0.31 |
Get number of digits of a number
|
-0.66 |
Is the output of printf ("%d %d", c++, c); also undefined?
|
+2.03 |
gets() inside switch being ignored
|
+0.15 |
same pointer showing different sizes in different compilers
|
-0.77 |
pass pointer to multidimensional array
|
+1.56 |
why did K&R make &&, || logical and &, | bitwise, n...
|
0.00 |
How to return a two-dimensional pointer in C?
|
+0.83 |
Assign Memory to 3D array using triple pointer
|
+0.02 |
C syntax for functions returning function pointers
|
+2.04 |
Allocating an array using a constant variable that has storage
|
-1.14 |
Saving/duplicating a file pointer/descriptor
|
-0.61 |
Declaring a variable-length array of fixed-length strings
|
-1.19 |
Difference between these two confusing function pointer notations i...
|
+0.80 |
c printf for macro-defined type
|
-0.53 |
Comparison and assignment between pointer and integer C
|
-0.37 |
Is it possible to overload operators in C?
|
-0.40 |
Converting char* to float or double
|
-0.78 |
Ampersand bug and lifetime in c
|
+0.33 |
Precedence for pointing to operator
|
-0.22 |
What is the difference between *ptr and ptr* in C?
|
-1.04 |
C : freeing a reallocated pointer
|
-1.14 |
C const - how is pointer to a const possible if a const is an rvalu...
|
+0.01 |
Assigning a pointer to an integer variable in C
|
+1.53 |
c function chaining possible?
|
+1.15 |
Why is this C macro causing syntax error?
|
-0.55 |
Difference between linked lists and array of structs?
|
+0.21 |
Include c file in another
|
+0.27 |
Should gcc warn when an integral enum that evaluates to 0 is used a...
|
+0.01 |
Move text cursor to particular screen coordinate?
|
-0.73 |
Confused with double dimension array equivalent
|
+0.28 |
C type naming conventions, _t or ALLCAPS
|
-0.55 |
Passing Variables through functions C
|
+1.59 |
Trouble interpreting "if (result1) *result1 = t2" stateme...
|
-0.75 |
how to understand C99 standard syntax
|
-1.41 |
Universal header to include in C language
|
-0.90 |
Strange Behavior of Pointer of an array in C
|
+0.64 |
Dynamically allocation memory for array of structs in c
|
-1.02 |
Mistake using scanf
|
+0.16 |
Is there a way in std C to tell if I can dereference a pointer safely
|
+0.74 |
function return type as pointer why not as int ,while returning adr...
|
-0.28 |
Is there an equivalent of %*, or Environment.CommandLine in C?
|
+1.67 |
String weirdness in C
|
+0.84 |
Understanding pointers in C
|
+1.77 |