the format specified for hexa decimal is
a.%d
b.%o
c.%x
d.%u
Answer Posted / deepa
it is x for hexadecimal
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Why dont c comments nest?
Give basis knowledge of web designing ...
What are the different types of endless loops?
What is the description for syntax errors?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Why c is called a mid level programming language?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
How many types of operators are there in c?
What is p in text message?
Is multithreading possible in c?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
What is register variable in c language?
How to throw some light on the b tree?
Why does everyone say not to use scanf? What should I use instead?