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 operator for exponencation is
a.**
b.^
c.%
d.not available

Answers were Sorted based on User's Feedback



the operator for exponencation is a.** b.^ c.% d.not available ..

Answer / sathish kumar

Hi All,

Upto my knowledge exponentiation operator is not available
in C. Because ^ operator is used for XOR operation. So we
cannot use that. But its possible by using Bitwise
operator to perform Exponentiation.

Thanks & Regards
Sathish Kumar

Is This Answer Correct ?    7 Yes 1 No

the operator for exponencation is a.** b.^ c.% d.not available ..

Answer / sraddha

d.not available is d right ans.

Is This Answer Correct ?    5 Yes 0 No

the operator for exponencation is a.** b.^ c.% d.not available ..

Answer / valli

No expoenetial operator avaialble.

but library function pow() can be used.

Is This Answer Correct ?    3 Yes 0 No

the operator for exponencation is a.** b.^ c.% d.not available ..

Answer / anuj pratap singh

Ans-d.not Available
Because in C ,there is no operator for exponencation.
we find out exponent in c by pow() funtion.

somebody confusion in ^ operator but this is use for XOR.

Is This Answer Correct ?    3 Yes 0 No

the operator for exponencation is a.** b.^ c.% d.not available ..

Answer / sundeep

b.^

Is This Answer Correct ?    5 Yes 5 No

Post New Answer

More C Interview Questions

Explain how do you search data in a data file using random access method?

0 Answers  


What is C language Terminator?

15 Answers   TCS,


What is getch?

0 Answers  


Why do we use namespace feature?

0 Answers  


Write a Program to accept different goods with the number, price and date of purchase and display them

0 Answers   HDFC,


pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)

0 Answers   Subex,


could u able to tell about suresoft technical session

1 Answers  


What are the different data types in C?

0 Answers  


What is the size of structure in c?

0 Answers  


WAP to find that given no is small or capital

3 Answers  


What is function prototype in c language?

0 Answers  


What is the size of array float a(10)?

0 Answers  


Categories