the format specified for hexa decimal is
a.%d
b.%o
c.%x
d.%u
Answer Posted / 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 |
Post New Answer View All Answers
How many identifiers are there in c?
Where is c used?
What do you understand by friend-functions? How are they used?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
a value that does not change during program execution a) variabe b) argument c) parameter d) none
Explain what are compound statements?
What is the right type to use for boolean values in c?
Define the scope of static variables.
What is nested structure with example?
What are preprocessor directives in c?
What is the process to generate random numbers in c programming language?
What is the benefit of using an enum rather than a #define constant?
Is null valid for pointers to functions?
What are the disadvantages of a shell structure?
Explain argument and its types.