✪ Choose the correct option.
What would be the output of the following?
#include
void main()
{
char *ptr=“abcd”
char ch;
ch = ++*ptr++;
cout< }
What would be the output of the following?
What would be the output of the following?
#include
void main()
{
char *ptr=“abcd”
char ch;
ch = ++*ptr++;
cout< }