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

Answers were Sorted based on User's Feedback



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

Answer / deepa

it is x for hexadecimal

Is This Answer Correct ?    8 Yes 0 No

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

Answer / mannucse

c

Is This Answer Correct ?    7 Yes 1 No

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

Answer / sri harsha

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

Is This Answer Correct ?    4 Yes 0 No

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

Answer / mytri

%x

Is This Answer Correct ?    2 Yes 0 No

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

Answer / mahmoud

c.%x

Is This Answer Correct ?    2 Yes 0 No

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

Answer / manishsoni

i want to add something this :
hexadcimal mean 0-9 and a-f or A-F;
for the format spcifiere for 0-9 and a-f is %x
and the format spcifiere for 0-9 and A-F is %X

Manish soni MCA Ist sem rawatsar.

Is This Answer Correct ?    0 Yes 0 No

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

Answer / shital

i think %x is the right answer

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }

8 Answers   MindFire, TCS, Tech Mahindra,


What is the use of gets and puts?

0 Answers  


how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....

0 Answers  


WHAT IS HIGH LEVEL LANGUAGE?

2 Answers  


Is it possible to run using programming C for Java Application?

2 Answers   NIC,






What is meant by recursion?

0 Answers   ADP,


Can anyone tell what is stack overflow? what precaution we should take?

1 Answers  


What is information technology.

1 Answers  


Differentiate between null and void pointers.

0 Answers   TCS,


main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?

9 Answers   BTBP, CitiGroup,


What is a struct c#?

0 Answers  


What is omp_num_threads?

0 Answers  


Categories