the format specified for hexa decimal is
a.%d
b.%o
c.%x
d.%u
Answer Posted / shital
i think %x is the right answer
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a far pointer in c?
Explain how can I convert a string to a number?
Should a function contain a return statement if it does not return a value?
Can we assign string to char pointer?
Why is void main used?
What is graph in c?
How reliable are floating-point comparisons?
Are local variables initialized to zero by default in c?
What are loops c?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
What are the types of operators in c?
How pointer is different from array?
What are the string functions? List some string functions available in c.
What are qualifiers and modifiers c?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)