Answer Posted / guest
sin()
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How was c created?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
How can I convert a number to a string?
Differentiate between #include<...> and #include '...'
What is the difference between declaring a variable by constant keyword and #define ing that variable?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
What is the use of getchar functions?
Is there a built-in function in C that can be used for sorting data?
What is the use of function overloading in C?
write a program to display all prime numbers
Can a variable be both constant and volatile?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
Explain function?
What are the Advantages of using macro
What does *p++ do?