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 format specifier for printing a pointer value?

0 Answers  


triangle number finding program...

1 Answers   HCL,


Explain what is the difference between a string and an array?

0 Answers  


Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings

0 Answers  


enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program

1 Answers  






Define macros.

0 Answers   Tech Mahindra,


C language questions for civil engineering

0 Answers   Tech Mahindra,


how many key words availabel in c a) 28 b) 31 c) 32

0 Answers  


44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?

3 Answers  


can anyone suggest some site name..where i can get some good data structure puzzles???

0 Answers  


What are the various topologies? Which one is the most secure?

2 Answers  


What is meant by type casting?

0 Answers  


Categories