prototype of sine function.
Answers were Sorted based on User's Feedback
what will be maximum number of comparisons when number of elements are given?
Are enumerations really portable?
write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?
What is an arrays?
pierrot's divisor program using c or c++ code
What's a "sequence point"?
What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }
What is the difference b/w Structure & Array?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
What is a struct c#?
Stimulate calculator using Switch-case-default statement for two numbers
What is volatile keyword in c?