prototype of sine function.
Answers were Sorted based on User's Feedback
Is it acceptable to declare/define a variable in a c header?
How do I read the arrow keys? What about function keys?
How would you rename a function in C?
Write a program to find whether the given number is prime or not?
where do we use volatile keyword?
void swap(int a,int b) { a=a+b; b=a-b; a=a-b; } in this code always gives the same result for all case
How can I call a function, given its name as a string?
main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }
Which header file should you include if you are to develop a function which can accept variable number of arguments?
How can I do peek and poke in c?
what defference between c and c++ ?
what is the difference between c and c++?