Top

Discussion

What will be output for the following code?

  • A.error
  • B.success
  • C.failure

Answer: A

The code shown above results in an error, stating : storage size of t1 and t2 unknown. There is an error in the declaration of these variables in the statement: enum test1 t1,t2;

No comment is present. Be the first to comment.
Loading…

Post your comment