61. Predict the output or error(s) of the following c code

1
2
3
4
5
6
7
8
 main()
{
	char *cptr,c;
	void *vptr,v;
	c=10;  v=0;
	cptr=&c; vptr=&v;
	printf("%c%v",c,v);
}

Click here to view the answer

Peter Vegas

One thought on “61. Predict the output or error(s) of the following c code

  1. It was just extremely difclfuit to communicate and get things how I wanted them. Couldn’t talk via phone, it was impossible to understand. Writing things out for them, had to be wrote out as if I was in 5th grade so they could understand exactly what I meant The website is know where how it should be wait for 3 months

Leave a Reply

Your email address will not be published. Required fields are marked *

Get the latest updates on your inbox

Be the first to receive the latest updates from Codesdoc by signing up to our email subscription.

    StudentProjects.in