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
code for quick sort?
What is a stream in c programming?
Why pointers are used?
Describe dynamic data structure in c programming language?
What are the back slash character constants or escape sequence charactersavailable in c?
Write a program to check whether a number is prime or not using c?
Explain what is a static function?
Explain goto?
What is hashing in c language?
Who invented b language?
What's the best way of making my program efficient?
what is the role you expect in software industry?
What is the difference between class and object in c?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
What is keyword with example?