What will happen when you attempt to compile and run the following code?
#include
using namespace std;
int main (int argc, const char * argv[])
{
enum state { ok, error, warning};
enum state s1, s2, s3;
s1 = ok;
s2 = warning;
s3 = error;
s4 = ok;
cout << s1<< s2<< s3;
return 0;
}
Phuong
8 months agoHayley
8 months agoCandida
8 months agoLemuel
8 months agoLaticia
9 months agoBernardine
9 months agoTruman
8 months agoTruman
8 months agoStevie
9 months agoBroderick
9 months agoSarah
9 months agoTawna
9 months agoMona
8 months agoSolange
9 months agoInes
9 months agoBea
9 months agoTatum
9 months agoTheron
9 months ago