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
how to go with this?
What are the rules for identifiers in c?
simple program of graphics and their output display
why do some people write if(0 == x) instead of if(x == 0)?
1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output
What are the uses of a pointer?
coding for Fibonacci.?
What is the difference function call by value & function call by reference?
What is a constant?
can anyone please tell about the nested interrupts?
#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }
Write a program in C to reverse a number by recursive function?