What is the output of this c


What is the output of this C code?

#include

int main()

{

enum {ORANGE = 5, MANGO, BANANA = 4, PEACH};

printf("PEACH = %dn", PEACH);

}

Solution Preview :

Prepared by a verified Expert
C/C++ Programming: What is the output of this c
Reference No:- TGS01481272

Now Priced at $10 (50% Discount)

Recommended (90%)

Rated (4.3/5)