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


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

Post New Answer

More C Interview Questions

What is use of bit field?

0 Answers  


code snippet for creating a pyramids triangle ex 1 2 2 3 3 3

4 Answers  


Explain what is gets() function?

0 Answers  


Why c is called free form language?

0 Answers  


if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item

2 Answers  






What is void pointers in c?

0 Answers  


CAN WE DEFINE ANY FUNCTION WITHIN A FUNCTION.

15 Answers  


Which header file should you include if you are to develop a function which can accept variable number of arguments?

0 Answers   TCS, TISL,


Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"

1 Answers  


what is difference between #include<stdio.h> and #include"stdio.h"

4 Answers  


Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).

1 Answers  


Is there any demerits of using pointer?

0 Answers  


Categories