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

main() { static char *s[]={"black","white","yellow","voilet"}; char **ptr[]={s+3,s+2,s+1,s}, ***p; p=ptr; **++p; printf("%s",*--*++p+3); }

1 Answers  


What is Dynamic Initialization.

3 Answers  


Multiply an Integer Number by 2 Without Using Multiplication Operator

0 Answers  


Can we declare variable anywhere in c?

0 Answers  


Can we compile a program without main() function?

0 Answers  






how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.

0 Answers  


Explain the properties of union. What is the size of a union variable

0 Answers  


what are the stoge class in C and tel the scope and life time of it?

2 Answers   Tech Mahindra,


"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

0 Answers  


i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).

1 Answers  


Write a C program in Fibonacci series.

0 Answers   iNautix,


What is merge sort in c?

0 Answers  


Categories