ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Programming Languages  >>  C
 
 


 

 
 C interview questions  C Interview Questions
 C++ interview questions  C++ Interview Questions
 VC++ interview questions  VC++ Interview Questions
 Delphi interview questions  Delphi Interview Questions
 Programming Languages AllOther interview questions  Programming Languages AllOther Interview Questions
Question
the operator for exponencation is
   a.**
   b.^
   c.%
   d.not available
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: the operator for exponencation is a.** b.^ c.% d.not available
Answer
# 1
b.^
 
Is This Answer Correct ?    1 Yes 1 No
Sundeep
 
  Re: the operator for exponencation is a.** b.^ c.% d.not available
Answer
# 2
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 ?    1 Yes 0 No
Sathish Kumar
 
 
 
  Re: the operator for exponencation is a.** b.^ c.% d.not available
Answer
# 3
No expoenetial operator avaialble.

but library function pow() can be used.
 
Is This Answer Correct ?    0 Yes 0 No
Valli
 
  Re: the operator for exponencation is a.** b.^ c.% d.not available
Answer
# 4
d.not available is d right ans.
 
Is This Answer Correct ?    0 Yes 0 No
Sraddha
 

 
 
 
Other C Interview Questions
 
  Question Asked @ Answers
 
can i know the source code for reversing a linked list with out using a temporary variable? Honeywell6
how many error occurs in C language ? Wipro11
main() {int a=200*200/100; printf("%d",a); } TCS7
Write a program for the following series? 1 121 12321 1234321 123454321 12345654321 1234567654321 123456787654321 12345678987654321 1234567890987654321 123456789010987654321 12345678901210987654321 1234567890123210987654321 .........1234321............ ..........123454321............ ..........12345654321............ 7 8 9 0 1 Pls............?  2
wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain  3
what is array?  6
difference between semaphores and mutex?  1
write a program to generate 1st n fibonacci prime number  1
Why cann't whole array can be passed to function as value.  1
what is the code for getting the output as * ** *** Caritor5
write a program to display the array elements in reverse order in c language  6
Software Interview Questions CAT1
What kind of sorting is this? SORT (k,n) 1.[Loop on I Index] repeat thru step2 for i=1,2,........n-1 2.[For each pass,get small value] min=i; repeat for j=i+1 to N do { if K[j]<k[min] min=j; } temp=K[i];K[i]=K[min];K[min]=temp; 3.[Sorted Values will be returned] A)Bubble Sort B)Quick Sort C)Selection Sort D)Merge Sort Accenture3
Write a C program that reads a series of strings and prints only those ending in "ed"  2
what is a headerfile?and what will be a program without it explain nan example? Assurgent5
how we can make 3d venturing graphics on outer interface Microsoft1
How can I invoke another program from within a C program?  6
What is meant by global static? why we have to use static variable instead of Global variable L&T2
will the program compile? int i; scanf(“%d”,i); printf(“%d”,i);  2
How the processor registers can be used in C ? HP4
 
For more C Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com