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 is pointer to pointer in c with example?

0 Answers  


what is memory leak?

3 Answers  


Write any data structure program (stack implementation)

1 Answers   HTC,


What is the difference between null pointer and wild pointer?

0 Answers  


what is inline function?

2 Answers  






Give me the code of in-order recursive and non-recursive.

0 Answers   DELL,


pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?

2 Answers   eClerx, Excel, kenexa,


please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics

0 Answers  


macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration

12 Answers   HCL, Infosys, Microsoft,


pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)

0 Answers   Huawei,


What is a memory leak in structures? How can we rectify that?

2 Answers  


int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }

2 Answers   Vector,


Categories