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
how can use subset in c program and give more example
What is the stack in c?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
What is #define used for in c?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
What is the difference between āgā and āgā in C?
Difference between MAC vs. IP Addressing
Is null valid for pointers to functions?
difference between native and cross compilers
What are compound statements?
If fflush wont work, what can I use to flush input?
Should I learn data structures in c or python?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
What are identifiers and keywords in c?
Which are low level languages?