Why enum can not be used directly with printf function?

Answer Posted / srinivas

it is DAta type name like int so it can not be in printf

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

State the difference between arrays and linked lists?

609


Which interfaces are implemented by hashmap?

604


How can I study data structures and algorithms?

609


Why hashtable is faster than arraylist?

610


State the rules to be followed during infix to prefix conversions?

735






How would you dynamically allocate a one-dimensional and two-dimensional array of integers?

660


What is a binary search tree? Explain with example?

601


What do you mean by rehashing?

676


Which is the parent class of abstractqueue class?

587


What is the quickest sorting algorithm?

637


For the following COBOL code, draw the Binary tree? 01 STUDENT_REC. 02 NAME. 03 FIRST_NAME PIC X(10). 03 LAST_NAME PIC X(10). 02 YEAR_OF_STUDY. 03 FIRST_SEM PIC XX. 03 SECOND_SEM PIC XX.

916


What is data and information explain with example?

622


Write an algorithm to show the postfix expression with the input given as : a b + c d +*f ? .

595


What is heap tree?

540


Calculate the efficiency of sequential search?

648