Answer Posted / viji
It doesn't return any value
Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
Are the outer parentheses in return statements really optional?
What is volatile c?
What is #include stdio h?
What is far pointer in c?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
Why enum is used in c?
How do I send escape sequences to control a terminal or other device?
Can a file other than a .h file be included with #include?
What is the use of void pointer and null pointer in c language?
What are local variables c?
Explain how can I avoid the abort, retry, fail messages?
write an algorithm to display a square matrix.
Explain the use of keyword 'register' with respect to variables.
What are global variables?