Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 an array

5 Answers  


Will Macros support multiple arguments ?

7 Answers   Oracle,


where can function pointers be used?

2 Answers  


write a program to display numbers from 1 to 10 and 10 to 1?

2 Answers  


What is Bitwise Operator and how it works?

1 Answers  


What is character set?

0 Answers  


What does the file stdio.h contain?

0 Answers  


What are reserved words?

0 Answers  


what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }

3 Answers  


How do you list files in a directory?

0 Answers  


What is the use of linkage in c language?

0 Answers  


what type of questions arrive in interview over c programming?

0 Answers  


Categories