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

What are enums in c?

0 Answers  


#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }

3 Answers   VB,


What is #include stdio h and #include conio h?

0 Answers  


Can we increase size of array in c?

0 Answers  


Explain the binary height balanced tree?

0 Answers  






What is the value of h?

0 Answers  


What are qualifiers and modifiers c?

0 Answers  


what is the use of fflush() function?

2 Answers  


Write a program to find minimum between three no.s whithout using comparison operator.

4 Answers   IBM,


When should the const modifier be used?

0 Answers  


What is graph in c?

0 Answers  


Can you please compare array with pointer?

0 Answers  


Categories