the format specified for hexa decimal is
a.%d
b.%o
c.%x
d.%u
Answer Posted / mannucse
c
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Why c is known as a mother language?
What is variable and explain rules to declare variable in c?
Do variables need to be initialized?
What are the ways to a null pointer can use in c programming language?
How do I convert a string to all upper or lower case?
How can I read in an object file and jump to locations in it?
can anyone please tell about the nested interrupts?
Explain main function in c?
What are pragmas and what are they good for?
List some of the static data structures in C?
How can you invoke another program from within a C program?
Why array is used in c?
Can we replace the struct function in tree syntax with a union?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
Why does everyone say not to use scanf? What should I use instead?