the format specified for hexa decimal is
a.%d
b.%o
c.%x
d.%u

Answer Posted / sri harsha

for hexa decimal %x,
for octal %o,
for decimal %d,
for unsigned int %d

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do c compilers work?

602


Is c compiled or interpreted?

659


number of times a digit is present in a number

1537


Is array name a pointer?

601


Is anything faster than c?

579






Why is this loop always executing once?

615


What are all different types of pointers in c?

572


Why c is called top down?

626


What happens if you free a pointer twice?

606


What is the difference between declaring a variable and defining a variable?

716


What is character set?

681


What is scope and lifetime of a variable in c?

570


‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

1874


Why do we use int main instead of void main in c?

613


What is the benefit of using const for declaring constants?

581