Answer the follwoing
- What can I safely assume about the initial values of variables which are not explicitly initialized?
- Why can’t I initialize a local array with a string?
- What is the difference between char a[] = “string”; and char *p = “string”; ?
- How do I initialize a pointer to a function? >



LinkBack URL
About LinkBacks
Reply With Quote
