What is the difference between abs() and fabs() functions?


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

Post New Answer

More C Interview Questions

What is the use of sizeof () in c?

0 Answers  


What is hashing in c?

0 Answers  


how to make program without <> in libray.

0 Answers  


What is the advantage of using #define to declare a constant?

0 Answers   Agilent, ZS Associates,


WRITE A PROGRAM TO PRINT THE FOLLOWING OUTPUTS USING FOR LOOPS. A) * B) ***** *** * * ***** * * *****

2 Answers  






what is a function method?give example?

0 Answers  


What is register variable in c language?

0 Answers  


What is a class?

3 Answers  


How does free() know explain how much memory to release?

0 Answers  


How can you return multiple values from a function?

0 Answers  


what is pointer?

4 Answers  


what is the output? #define fun(a,b,t) (g ##t=(a),(a)=(b),(b)=g##t) float gfloat; main() { float a=1.12,b=3.14; fun (a,b,float); printf("na=%4.2f,b=%4.2f",a,b); } A)Error in Defining Macro B)a=1.12,b=3.14 C)a=3.14,b=1.12 D)None of the Above

3 Answers   Accenture, Infosys, Wipro,


Categories