R

Ram Sharma • 193.86K Points
Coach

Q. Which statement is true about the given code ?

Code:
#include <stdio.h>
enum colors {lets,find,course};
int main()
{
  printf("%d %d %d",course,lets,find);
  return 0;
}
  • (A) 0 1 2
  • (B) 1 0 2
  • (C) 2 0 1
  • (D) 3 1 2

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.


Question analytics