What would be the output of the following?


			  		

Loading

Choose the correct option.

What would be the output of the following?

#include
void main()
{
char *ptr=“abcd”
char ch;
ch = ++*ptr++;
cout< }

A. a
B. b
C. c
D. d