What would be the output of the following?
#include<iostream.h>
void main()
{
char *ptr="abcd"
char ch;
ch = ++*ptr++;
cout<<ch;
}
Answers
Answered by
3
Answer:
Brainly dont give me access to give you answer of this
So this is some steps to got output of this:
Forst go to w3schools website and select C++ Then copy this co!de to Text editor of w3schools.
Attachments:
Similar questions