prototype of sine function.

Answers were Sorted based on User's Feedback



prototype of sine function...

Answer / guest

extern double sin(double)

Is This Answer Correct ?    6 Yes 0 No

prototype of sine function...

Answer / guest

sin()

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More C Interview Questions

f() { int a=2; f1(a++); } f1(int c) { printf("%d", c); } c=?

7 Answers   Geometric Software,


Write a c program to build a heap method using Pointer to function and pointer to structure ?

0 Answers   Wipro,


what is c

4 Answers  


How can I remove the leading spaces from a string?

0 Answers  


What is the use of volatile?

0 Answers  


What is define c?

0 Answers  


Explain heap and queue.

0 Answers   Aricent,


write a c program to find biggest of 3 number without relational operator?

12 Answers   TCS, Wipro,


Write a program to print the following series 2 5 11 17 23 31 41 47 59 ...

2 Answers  


WAP to accept first name,middle name & last name of a student display its initials?

5 Answers   AITH, NIIT,


how to write a program which adds two numbers without using semicolon in c

2 Answers  


Without using main fn and semicolon,print remainder for a given number in C language

2 Answers  


Categories