Answer Posted / guest
extern double sin(double)
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How can you find the day of the week given the date?
Can you please compare array with pointer?
What are the different types of linkage exist in c?
What are # preprocessor operator in c?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What is the use of void pointer and null pointer in c language?
What is string constants?
What is the function of multilevel pointer in c?
Explain what is wrong in this statement?
Write a c program to demonstrate character and string constants?
What are runtime error?
What do you know about the use of bit field?
What is union and structure in c?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
What is New modifiers?