Explain 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

write a program in c to print **** * * * * ****

1 Answers   TCS,


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

0 Answers  


N O S I E R + A S T R A L ---------------- 7 2 5 6 1 3

3 Answers   Honeywell,


Compare and contrast compilers from interpreters.

0 Answers  


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

2 Answers  






int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);

6 Answers   HCL, Octal, SW,


C,c++, Java is all are structural oriented or procedure oriented language..?

6 Answers  


What is a MAC Address?

0 Answers  


When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.

0 Answers   HCL,


Is it better to use malloc() or calloc()?

0 Answers   Aspire, Infogain,


how to write a c program to print list of fruits in alpabetical order?

0 Answers  


What is %d called in c?

0 Answers  


Categories