DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Documents C Questions

Placement Cell C Questions Predict the output or error(s) for the following: 1. { void main() int const * p=5; printf("%d",++(*p)); } 2. { char s[ ]="man";…