Question
What is the output for the program given below?
typedef enum errorType{warning, error, exception,}error;
main() {
error g1;
g1=1;
printf("%d",g1);
}

Answers

Compiler error: Multiple declaration for error   Your Comment






Search
Can you Answer!!
  • Q Who is an author of a book ‘Modi – Incredible emergence of a star’?
  • Q When performing sanity test on mobile application what all criteria should be taken into consideration?
  • Q Who is the Roman Goddess of flocks and herds
  • Q Which compound does not contains an OH group?
  • Q What does the term "collecting for output" mean?
  • Q How to control the no of records retrieved ?
  • Q Describe the working principle of SEM.
  • Q Is the WIC NEBS Compliant?
  • Q What tools / utilities does oracle provide to assist with performance tuning?
  • Q A status that cuts across other statuses that one occupies is a(n) ______________.
  • Q How can you avoid cursors?