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...


What math functions are available for integers? For floating point?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

how to execute with out main in cprogram

15 Answers   Infosys,


convert 0.9375 to binary

2 Answers   CTS, TANCET,


read the folllowing code # define MAX 100 # define MIN 100 .... .... if(x>MAX) x=1; else if(x<MIN) x=-1; x=50; if the initial value of x=200,what is the vlaue after executing this code? a.200 b.1 c.-1 d.50

4 Answers   TCS,


find largest element in array w/o using sorting techniques.

3 Answers   Zycus Infotech,


Explain what does it mean when a pointer is used in an if statement?

0 Answers  


where are auto variables stored? What are the characteristics of an auto variable?

0 Answers  


Why isn't any of this standardized in c? Any real program has to do some of these things.

0 Answers  


What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }

5 Answers   ADITI, Wipro,


what are far pointers?

1 Answers  


Please write the area of a RIGHT ANGLED TRIANGLE.

1 Answers  


how to execute a program using if else condition and the output should enter number and the number is odd only...

0 Answers  


Difference between exit() and _exit() function?

0 Answers  


Categories