the format specified for hexa decimal is
a.%d
b.%o
c.%x
d.%u
Answer Posted / mannucse
c
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Differentiate between static and dynamic modeling.
Where we use clrscr in c?
Write a C program in Fibonacci series.
What is getch?
What is the difference between fread buffer() and fwrite buffer()?
What are the usage of pointer in c?
How do you sort filenames in a directory?
What tq means in chat?
How does pointer work in c?
What are run-time errors?
Explain high-order bytes.
What does c value mean?
What is the advantage of c?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
When is a null pointer used?