Question: I need help to convert this to c++. Thanks #include int main (void) int arri[] - (1, 2 ,3); int *ptri - arri; char arr

I need help to convert this to c++. Thanks  I need help to convert this to c++. Thanks #include int

#include int main (void) int arri[] - (1, 2 ,3); int *ptri - arri; char arr (1, 2 ,3; char *ptrc-arrc; printf ("sizeof arri[] -%d ", sizeof (arri)); printf ("sizeof ptr = %d ", sizeof (ptr)); printf(" sizeof arrc [] = %d ", sizeof (arrc)) ; printf ("sizeof ptrc,: %d ", sizeof (ptrc)); return 0

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!