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

How to reverse a linked list

1 Answers   Aricent, Fidelity, IBM, TCS,


What is Heap?

3 Answers  


What is p in text message?

0 Answers  


What is oops c?

0 Answers  


What is pointer to pointer in c language?

0 Answers  


What are the complete rules for header file searching?

0 Answers  


explain about storage of union elements.

2 Answers   ABC, Bosch,


Write a program which has the following seven functions. The functions should be: • main() this calls the other 6 functions • fget_long() a function which returns a long data type from a file • fget_short() a function which returns a short integer variable from a file • fget_float() a function which returns a floating point variable from a file • fprt_long() a function which prints its single, long argument into a file • fprt_short() a function which prints its single, short argument into a file • fprt_float() a function which prints its single, floating point argument into a file. You should use fscanf() to get the values of the variables from the input (the file) and fprintf() to print the values to the other file. Pay attention to using the correct format for each of the data types.

0 Answers  


Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;

7 Answers  


what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }

3 Answers   Satyam,


Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?

3 Answers  


What does 2n 4c mean?

0 Answers  


Categories