the format specified for hexa decimal is
a.%d
b.%o
c.%x
d.%u
Answers were Sorted based on User's Feedback
Answer / sri harsha
for hexa decimal %x,
for octal %o,
for decimal %d,
for unsigned int %d
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / manishsoni
i want to add something this :
hexadcimal mean 0-9 and a-f or A-F;
for the format spcifiere for 0-9 and a-f is %x
and the format spcifiere for 0-9 and A-F is %X
Manish soni MCA Ist sem rawatsar.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is an array
Will Macros support multiple arguments ?
where can function pointers be used?
write a program to display numbers from 1 to 10 and 10 to 1?
What is Bitwise Operator and how it works?
What is character set?
What does the file stdio.h contain?
What are reserved words?
what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }
How do you list files in a directory?
What is the use of linkage in c language?
what type of questions arrive in interview over c programming?