Questions In C, for char *s = "Hi",the output of "printf("%s",s);" is "Hi", why for int a = 1, int *p=&a, the output of "printf("%i", p)" is not 1? byMRSeptember 4, 2023
Questions while allocating/printing why don't I have to dereference an array pointer in c? byMRAugust 21, 2023
Questions What's the best way to initialize a dynamically allocated boolean 2d array? byMRAugust 10, 2023
Questions Why are is the address of a pointer different when accessed in two different ways? byMRJune 27, 2023