prototype of sine function.

Answer Posted / guest

sin()

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

using only #include and #include Write a program in C that will read an input from the user and print it back to the user if it is a palindrome. The string ends when it encounters a whitespace. The input string is at most 30 characters. Assume the string has no spaces and distinguish between and lowercase. So madam is a palindrome, but MadAm is not a palindrome. Use scanf and %s to read the string. Sample Test: Enter a string: madam madam is a palindrome. Enter a string: 09023 09023 is not a palindrome.

1315


What do you mean by c?

590


Is r written in c?

725


Explain what are global variables and explain how do you declare them?

644


Which function in C can be used to append a string to another string?

648






What is the use of parallelize in spark?

577


What is int main () in c?

628


What does printf does?

749


What is difference between union All statement and Union?

629


What are c preprocessors?

680


Why is c called a mid-level programming language?

730


Explain 'bit masking'?

656


How can I swap two values without using a temporary?

619


What are the benefits of c language?

648


How is actual parameter different from the formal parameter?

592