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

Explain the Difference between the New and Malloc keyword.

0 Answers   InterGraph,


write a c program that prints all multiples of 3between 1 and 50.

5 Answers  


What is FIFO?

0 Answers  


What is the difference between union and anonymous union?

0 Answers   Hexaware,


write a program to check whether a number is Peterson or not.

4 Answers  






What is bubble sort in c?

0 Answers  


Are comments included during the compilation stage and placed in the EXE file as well?

0 Answers  


EXPLAIN #INCLUDE<STDIO.H> EXPLAIN #INCLUDE<CONIO.H>

4 Answers  


What is void main ()?

0 Answers  


Why do we need volatile in c?

0 Answers  


What is derived datatype in c?

0 Answers  


WRITE A C PROGRAM FOR PRINT "RHOMBUS" STRUCTURE . Example: Enter the numbers :3 * * * * * * * *

3 Answers   Infosys, TCS,


Categories