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 Is The Difference Between Null And Void Pointer?
Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?
Why is c called a mid-level programming language?
Explain the difference between struct and union.
how many error occurs in C language ?
String concatenation
Are negative numbers true in c?
what is the output of the program and explain why?? #include<stdio.h> void main ( ) { int k=4,j=0: switch (k) { case 3; j=300; case 4: j=400: case 5: j=500; } printf (ā%d\nā,j); }
Is null valid for pointers to functions?
the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0
When should a type cast be used?
WHAT IS C?