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
State the difference between arrays and linked lists?
Which interfaces are implemented by hashmap?
How can I study data structures and algorithms?
Why hashtable is faster than arraylist?
State the rules to be followed during infix to prefix conversions?
How would you dynamically allocate a one-dimensional and two-dimensional array of integers?
What is a binary search tree? Explain with example?
What do you mean by rehashing?
Which is the parent class of abstractqueue class?
What is the quickest sorting algorithm?
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.
What is data and information explain with example?
Write an algorithm to show the postfix expression with the input given as : a b + c d +*f ? .
What is heap tree?
Calculate the efficiency of sequential search?