C Programming :: Pointers
-
Will the program compile?
#include
int main() { char str[5] = "FRESHERGATE"; return 0; } -
The following program reports an error on compilation.
#include