the format specified for hexa decimal is
a.%d
b.%o
c.%x
d.%u
Answer Posted / mytri
%x
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the ways to a null pointer can use in c programming language?
what is the height of tree if leaf node is at level 3. please explain
What is the use of static variable in c?
Are pointers integers in c?
What is the function of volatile in c language?
Explain what does a function declared as pascal do differently?
How does free() know explain how much memory to release?
Implement bit Array in C.
Why is this loop always executing once?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
Why is structure padding done in c?
What is derived datatype in c?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
using only #include