the format specified for hexa decimal is
a.%d
b.%o
c.%x
d.%u
Answer Posted / sri harsha
for hexa decimal %x,
for octal %o,
for decimal %d,
for unsigned int %d
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do I get an accurate error status return from system on ms-dos?
Is there any possibility to create customized header file with c programming language?
Explain setjmp()?
if p is a string contained in a string?
Explain the difference between exit() and _exit() function?
What is a lookup table in c?
What is the advantage of an array over individual variables?
What is a macro, and explain how do you use it?
What is the use of putchar function?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
What is the value of h?
Is Exception handling possible in c language?
What is dynamic dispatch in c++?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
explain how do you use macro?