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 are the modifiers available in c programming language?

0 Answers  


What's the best way of making my program efficient?

0 Answers   Celstream,


how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; q=q+y b.p=p+xq=q+y c.p=p+xq; q=q+y d.p=p+x/q=q+y

4 Answers   TCS,


Define and explain about ! Operator?

0 Answers  


When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

0 Answers  


main() { int i = 10; printf(" %d %d %d \n", ++i, i++, ++i); }

10 Answers   TCS, Vector,


without using arithmatic operator solve which number is greater??????????

1 Answers   Accenture,


How main function is called in c?

0 Answers  


What is clrscr in c?

0 Answers  


what is the meaning of java that is (J A V A) full form of JAVA

71 Answers   AKS University, Bhel, BNL, BPO, HCL, Peacecon,


write a program to swap two numbers without using temporary variable?

3 Answers  


write a program that explain #define and # undef directive

1 Answers  


Categories