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

Post New Answer

More C Interview Questions

What oops means?

0 Answers  


write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.

0 Answers   HCL,


How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?

2 Answers   CMC, Wipro,


What are the scope of static variables?

0 Answers  


Is fortran still used in 2018?

0 Answers  






WHAT IS PRE POSSESSORS?

6 Answers   TATA,


print out of string in this format; 1. "rajesh" 2. \n 3. %d

5 Answers   mpower,


What does nil mean in c?

0 Answers  


What does void main () mean?

0 Answers  


Why doesn't C have nested functions?

2 Answers  


Write a C program to perform some of the operation which can be performed using Single linked list

1 Answers   Qualcomm,


fn f(x) { if(x<=0) return; else f(x-1)+x; }

5 Answers   HCL,


Categories