prototype of sine function.

Answer Posted / guest

extern double sin(double)

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is static identifier?

706


How is a null pointer different from a dangling pointer?

562


What does %2f mean in c?

679


C program to find all possible outcomes of a dice?

1859


What does node * mean?

716






Write a program in c to replace any vowel in a string with z?

699


Where is volatile variable stored?

655


What is the use of getchar functions?

681


What is an arrays?

658


What are the data types present in c?

631


What is dynamic dispatch in c++?

563


Where local variables are stored in c?

560


how to create duplicate link list using C???

2081


Is null always defined as 0(zero)?

619


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

2618