I need a help with a program:
Write a C program that uses data input in determining the
whole of points A and a whole of circles B. Find two points
in A so that the line which passes through them, cut through
the maximum number of circles.
No Answer is Posted For this Question
Be the First to Post Answer
what's the o/p int main(int n, char *argv[]) { char *s= *++argv; puts(s); exit(0); }
What is a list in c?
What are the uses of pre-processor directives?
What is pointer to pointer in c with example?
What are data types in c language?
Why we use break in c?
HOW TO ANSWER IF ASKED " WHAT KIND OF A PERSON ARE YOU?" I NEED AN ANSWER THAT IMPRESS THE INTERVIEWER
What are the different file extensions involved when programming in C?
Can we use any name in place of argv and argc as command line arguments?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
What is the difference between declaring a variable by constant keyword and #define ing that variable?
What is a shell structure examples?