prototype of sine function.
Answers were Sorted based on User's Feedback
f() { int a=2; f1(a++); } f1(int c) { printf("%d", c); } c=?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
what is c
How can I remove the leading spaces from a string?
What is the use of volatile?
What is define c?
Explain heap and queue.
write a c program to find biggest of 3 number without relational operator?
Write a program to print the following series 2 5 11 17 23 31 41 47 59 ...
WAP to accept first name,middle name & last name of a student display its initials?
how to write a program which adds two numbers without using semicolon in c
Without using main fn and semicolon,print remainder for a given number in C language