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

Define linear data structures?

564


Are linked lists considered linear or non-linear data structure?

609


State the properties of a binary tree?

566


Are sets sorted?

514


What is bubble sort algorithm?

579






Traverse the given tree using Inorder, Preorder and Postorder traversals. Inorder : D H B E A F C I G J Preorder: A B D H E C F G I J Postorder: H D E B F I J G C A

645


What is a string or array type?

454


Is merge sort better than quick?

487


Can treeset contain duplicates?

555


Now you are given an array of a characters (both ASCII and Kanji) and, an index into the array. The index points to the start of some character. Now you need to write a function to do a backspace (i.e. delete the character before the given index).

541


Which is better hashmap or treemap?

496


Given M x N matrix with sorted elements row wise and column wise, find elements?

535


What is type structure?

480


How is heap sort implemented?

475


Is quicksort greedy algorithm?

503