Explain 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

how to get the starting address of file stored in harddisk through 'C'program.

2 Answers   Siemens,


how many argument we can pas in in a function

25 Answers   CTS,


while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?

4 Answers   Aptech,


What is a example of a variable?

0 Answers  


I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?

3 Answers  






int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain me output????

1 Answers  


Explain how do you determine a file’s attributes?

0 Answers  


size maximum allocated by calloc()

3 Answers   DELL,


write a program to display the frequency of each element in a given array in c language

1 Answers  


what is diognisis?

1 Answers  


Write a C Programm.. we press 'a' , it shows the albhabetical number is 1, if we press 'g' it shows the answer 7.. any can help me

7 Answers  


1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(ā€œ%dā€,x); --x; } }

7 Answers   CSC,


Categories