the format specified for hexa decimal is
a.%d
b.%o
c.%x
d.%u
Answer Posted / shital
i think %x is the right answer
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a memory leak? How to avoid it?
What is the difference between Printf(..) and sprint(...) ?
Why isnt any of this standardized in c?
Is c still used?
List some of the static data structures in C?
Can you think of a logic behind the game minesweeper.
What is int main () in c?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
If the size of int data type is two bytes, what is the range of signed int data type?
Is malloc memset faster than calloc?
What is a pointer in c plus plus?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
what are # pragma staments?
What is strcpy() function?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.